Searched refs:O_NOFOLLOW (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | fcntl.h | 22 #define O_NOFOLLOW 0100000 macro
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | fcntl.h | 22 #define O_NOFOLLOW 0100000 macro
|
/bionic/libc/bionic/ |
D | fchmodat.cpp | 50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
|
D | getentropy.cpp | 35 int fd = TEMP_FAILURE_RETRY(open("/dev/urandom", O_RDONLY | O_NOFOLLOW | O_CLOEXEC, 0)); in getentropy_urandom()
|
D | grp_pwd_file.cpp | 233 int fd = open(filename_, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in DoMmap()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 59 #ifndef O_NOFOLLOW 60 #define O_NOFOLLOW 00400000 macro
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 61 MACRO(O_NOFOLLOW); in fcntl_h()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 56 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw() 137 int fd = open(filename, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in map_prop_area()
|
/bionic/libc/malloc_debug/ |
D | RecordData.cpp | 138 open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW, 0755); in Dump()
|