Searched refs:O_NOFOLLOW (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000 macro
/bionic/libc/bionic/
H A Dgetentropy_linux.c238 #ifdef O_NOFOLLOW
239 flags |= O_NOFOLLOW;
H A Dsystem_properties.cpp179 O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444);
261 int fd(open(property_filename, O_RDONLY | O_NOFOLLOW | O_CLOEXEC));

Completed in 93 milliseconds