Searched defs:O_NOFOLLOW (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DCompat.h48 #define O_NOFOLLOW 0 macro
/system/core/libutils/include/utils/
H A DCompat.h48 #define O_NOFOLLOW 0 macro
/system/core/base/
H A Dfile.cpp42 #define O_NOFOLLOW 0 macro
73 int flags = O_RDONLY | O_CLOEXEC | O_BINARY | (follow_symlinks ? 0 : O_NOFOLLOW);
108 (follow_symlinks ? 0 : O_NOFOLLOW);
136 (follow_symlinks ? 0 : O_NOFOLLOW);

Completed in 3006 milliseconds