Searched refs:O_NOFOLLOW (Results 1 – 3 of 3) sorted by relevance
22 #define O_NOFOLLOW 0100000 macro
69 #ifndef O_NOFOLLOW70 #define O_NOFOLLOW 00400000 macro
78 int fd = open(PROP_FILENAME, O_RDONLY | O_NOFOLLOW); in __system_properties_init()