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

/external/kernel-headers/original/asm-arm/
H A Dfcntl.h5 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h45 #ifndef O_NOFOLLOW
46 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
/external/sqlite/dist/
H A Dsqlite3.c21758 #ifndef O_NOFOLLOW
21759 # define O_NOFOLLOW 0 macro
25451 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
[all...]

Completed in 375 milliseconds