Searched refs:O_PATH (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 62 #ifndef O_PATH 63 #define O_PATH 010000000 macro
|
/bionic/tests/ |
D | sys_xattr_test.cpp | 72 int fd = open(tf.path, O_PATH); in TEST() 90 int fd = open(tf.path, O_PATH); in TEST() 119 int fd = open(tf.path, O_PATH); in TEST()
|
D | spawn_test.cpp | 251 ASSERT_EQ(0, posix_spawn_file_actions_addopen(&fa, 57, "/proc", O_PATH, 0)); in TEST()
|
D | stdlib_test.cpp | 389 android::base::unique_fd fd(open(A_path.c_str(), O_PATH)); in TEST()
|
D | stdio_test.cpp | 2811 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST() 2832 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST()
|
/bionic/libc/bionic/ |
D | fchmodat.cpp | 50 ScopedFd fd(openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC)); in fchmodat()
|
D | flistxattr.cpp | 51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in flistxattr()
|
D | fchmod.cpp | 56 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fchmod()
|
D | fsetxattr.cpp | 51 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fsetxattr()
|
D | fgetxattr.cpp | 52 if (fd_flag == -1 || (fd_flag & O_PATH) == 0) { in fgetxattr()
|
D | realpath.cpp | 54 ScopedFd fd(open(path, O_PATH | O_CLOEXEC)); in realpath()
|