Home
last modified time | relevance | path

Searched refs:O_DIRECTORY (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h56 #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/
Dfcntl.h21 #define O_DIRECTORY 040000 macro
/bionic/libc/kernel/uapi/asm-arm/asm/
Dfcntl.h21 #define O_DIRECTORY 040000 macro
/bionic/tests/headers/posix/
Dfcntl_h.c58 MACRO(O_DIRECTORY); in fcntl_h()
/bionic/libc/bionic/
Dscandir.cpp103 int dir_fd = openat(parent_fd, dir_name, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in scandirat()
Ddirent.cpp103 int fd = open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in opendir()
Dfts.c1021 if (fd < 0 && (newfd = open(path, O_RDONLY|O_DIRECTORY|O_CLOEXEC, 0)) < 0) in fts_safe_changedir()
/bionic/tests/
Ddirent_test.cpp90 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()
Dfortify_filecheck_diagnostics_test.cpp210 open("/dev/null", O_DIRECTORY, 0644); in test_open()