Searched refs:O_DIRECTORY (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 56 #ifndef O_DIRECTORY 57 #define O_DIRECTORY 00200000 macro 78 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) 79 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
|
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | fcntl.h | 21 #define O_DIRECTORY 040000 macro
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | fcntl.h | 21 #define O_DIRECTORY 040000 macro
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 58 MACRO(O_DIRECTORY); in fcntl_h()
|
/bionic/libc/bionic/ |
D | scandir.cpp | 103 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
|
D | dirent.cpp | 103 int fd = open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in opendir()
|
D | fts.c | 1021 if (fd < 0 && (newfd = open(path, O_RDONLY|O_DIRECTORY|O_CLOEXEC, 0)) < 0) in fts_safe_changedir()
|
/bionic/tests/ |
D | dirent_test.cpp | 90 int proc_fd = open("/proc", O_DIRECTORY); in TEST() 131 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST() 141 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST()
|
D | fortify_filecheck_diagnostics_test.cpp | 210 open("/dev/null", O_DIRECTORY, 0644); in test_open()
|