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

/external/openssl/
H A De_os.h355 # ifndef W_OK
356 # define W_OK 2 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/bluetooth/glib/gio/
H A Dglocalfileinfo.c69 #ifndef W_OK
70 #define W_OK 2 macro
810 parent_info->writable = (g_access (dir, W_OK) == 0);
852 g_access (path, W_OK) == 0);
/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)

Completed in 207 milliseconds