]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/path: add ul_path_is_accessible()
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jul 2020 06:50:07 +0000 (08:50 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jul 2020 06:50:07 +0000 (08:50 +0200)
commit655d736da3040e9cd89b3ece275e27ff2c13b6b5
treedcd59873cfd5c397d9c54da83dc57cfaa0d123d1
parentbf1d0a4ea047a18b7d2d6d40b73f034497e814c8
lib/path: add ul_path_is_accessible()

This function allow to check that path_cxt is usable. Note that
ul_new_path() does not open the path.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/path.h
lib/path.c