Home
last modified time | relevance | path

Searched refs:AT_EACCESS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfcntl.h99 #define AT_EACCESS 0x200 /* Test access permitted for macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfcntl.h99 #define AT_EACCESS 0x200 /* Test access permitted for macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch12 Note that laccess() is never passing AT_EACCESS so a lot of the
49 + Note that laccess() is never passing AT_EACCESS so a lot of the discussion in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch12 Note that laccess() is never passing AT_EACCESS so a lot of the
47 + Note that laccess() is never passing AT_EACCESS so a lot of the discussion in
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch32 if (flag & ~(AT_SYMLINK_NOFOLLOW | AT_EACCESS))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h166 # define AT_EACCESS 0x200 /* Test access permitted for macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h166 # define AT_EACCESS 0x200 /* Test access permitted for macro
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c409 if (flags & ~(AT_EACCESS | AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH)) in do_faccessat()
417 if (!(flags & AT_EACCESS)) { in do_faccessat()