Searched defs:W_OK (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosunistd.h11 #define W_OK 2 macro
/external/bison/darwin-lib/
H A Dunistd.h545 # define W_OK 2 macro
/external/bison/linux-lib/
H A Dunistd.h545 # define W_OK 2 macro
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c489 #ifndef W_OK
490 # define W_OK 2 macro
508 || flags==SQLITE_ACCESS_READWRITE /* access(zPath, R_OK|W_OK) */
511 if( flags==SQLITE_ACCESS_READWRITE ) eAccess = R_OK|W_OK;
/external/openssl/
H A De_os.h355 # ifndef W_OK
356 # define W_OK 2 macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc77 #ifndef W_OK
78 #define W_OK 02 // not defined by MSVC for whatever reason macro
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc75 #ifndef W_OK
76 #define W_OK 02 // not defined by MSVC for whatever reason macro
147 if (access(path.c_str(), W_OK) == -1) {
/external/openssl/apps/
H A Dca.c78 #ifndef W_OK
92 #ifndef W_OK
95 # define W_OK 2 macro
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 3262 milliseconds