Searched defs:F_OK (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dunistd.h47 #define F_OK 0 macro
/bionic/libc/tzcode/
H A Dprivate.h129 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
140 #ifndef F_OK
141 #define F_OK 0 macro
142 #endif /* !defined F_OK */

Completed in 48 milliseconds