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

/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc56 #ifndef F_OK
57 #define F_OK 00 // not defined by MSVC for whatever reason macro
62 return access(name.c_str(), F_OK) == 0;
/external/icu4c/tools/tzcode/
H A Dprivate.h108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
111 #ifndef F_OK
112 #define F_OK 0 macro
113 #endif /* !defined F_OK */
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc59 #ifndef F_OK
60 #define F_OK 00 // not defined by MSVC for whatever reason macro
372 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) {
H A Dcommand_line_interface_unittest.cc71 #ifndef F_OK
72 #define F_OK 00 // not defined by MSVC for whatever reason macro
276 if (access(possible_paths[i], F_OK) == 0) {
H A Dcommand_line_interface.cc78 #ifndef F_OK
79 #define F_OK 00 // not defined by MSVC for whatever reason macro
721 if (access(input_files_[i].c_str(), F_OK) < 0) {
891 if (access(disk_path.c_str(), F_OK) < 0) {
/external/zlib/contrib/untgz/
H A Duntgz.c26 # ifndef F_OK
27 # define F_OK 0 macro
143 if (access(buffer,F_OK) == 0)
/external/openssl/apps/
H A Dca.c93 # define F_OK 0 macro
/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py251 F_OK = "btnOk" variable in class:JetDefs
404 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
416 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
428 ('Ok', F_OK, BUTROW1, 500, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
535 ('Ok', F_OK, BUTROW1, COL3+150, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
550 ('Ok', F_OK, BUTROW1, COL3+150, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),

Completed in 203 milliseconds