Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-arm/asm/
Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h69 #ifndef O_NOFOLLOW
70 #define O_NOFOLLOW 00400000 macro
/bionic/libc/bionic/
Dsystem_properties.c78 int fd = open(PROP_FILENAME, O_RDONLY | O_NOFOLLOW); in __system_properties_init()