Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm/asm/
Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/bionic/
Dfchmodat.cpp50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
Dgetentropy_linux.c227 #ifdef O_NOFOLLOW in getentropy_urandom()
228 flags |= O_NOFOLLOW; in getentropy_urandom()
Dsystem_properties.cpp216 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()
297 int fd = open(filename, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in map_prop_area()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000 macro
/bionic/libc/malloc_debug/
DRecordData.cpp144 int dump_fd = open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW, in Dump()