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

/bionic/libc/tzcode/
H A Dprivate.h104 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
107 #ifndef F_OK
108 #define F_OK 0 macro
109 #endif /* !defined F_OK */
/bionic/libc/include/
H A Dunistd.h103 #define F_OK 0 /* Existence */ macro

Completed in 37 milliseconds