Home
last modified time | relevance | path

Searched refs:O_PATH (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dfchmodat.cpp50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
Dfchmod.cpp55 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fchmod()
Dfgetxattr.cpp50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fgetxattr()
Dfsetxattr.cpp50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fsetxattr()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h85 #ifndef O_PATH
86 #define O_PATH 010000000 macro
/bionic/tests/
Dsys_xattr_test.cpp70 int fd = open(tf.filename, O_PATH); in TEST()
87 int fd = open(tf.filename, O_PATH); in TEST()