Home
last modified time | relevance | path

Searched refs:F_OK (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebCore/platform/posix/
DFileSystemPOSIX.cpp127 if (!access(fullPath.data(), F_OK)) in makeAllDirectories()
138 if (access(fullPath.data(), F_OK)) in makeAllDirectories()
143 if (access(fullPath.data(), F_OK)) in makeAllDirectories()
/external/protobuf/src/google/protobuf/testing/
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; in Exists()
/external/sonivox/jet_tools/JetCreator/
DJetDefs.py251 F_OK = "btnOk" variable in 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, ""),
/external/icu4c/tools/tzcode/
Dprivate.h111 #ifndef F_OK
112 #define F_OK 0 macro
Dzic.c784 access(fromname, F_OK) == 0 &&
840 accres = access(myname, F_OK);
/external/chromium/third_party/icu/source/tools/tzcode/
Dprivate.h111 #ifndef F_OK
112 #define F_OK 0 macro
Dzic.c784 access(fromname, F_OK) == 0 &&
840 accres = access(myname, F_OK);
/external/protobuf/src/google/protobuf/compiler/
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) { in DiskFileToVirtualFile()
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) { in Run()
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) { in MakeInputsBeProtoPathRelative()
891 if (access(disk_path.c_str(), F_OK) < 0) { in InterpretArgument()
/external/zlib/contrib/untgz/
Duntgz.c26 # ifndef F_OK
27 # define F_OK 0 macro
143 if (access(buffer,F_OK) == 0) in TGZfname()
/external/qemu/android/utils/
Dpath.c218 CHECKED(ret, access(path, F_OK)); in path_exists()
456 if ( access(source, F_OK) < 0 || in path_copy_file()
/external/bluetooth/glib/gmodule/
Dgmodule-dyld.c55 if (access (file_name, F_OK) == 0) in _g_module_open()
/external/webkit/WebKit/android/jni/
DWebIconDatabase.cpp147 if (access(fullPath.data(), F_OK) == 0) { in Open()
/external/dbus/dbus/
Ddbus-sysdeps-util-unix.c346 return (access (file, F_OK) == 0); in _dbus_file_exists()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsevents.c359 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) { in gpm_available()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbevents.c388 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) { in gpm_available()
/external/bluetooth/glib/glib/
Dgfileutils.c267 if ((test & G_FILE_TEST_EXISTS) && (access (filename, F_OK) == 0)) in g_file_test()
/external/wpa_supplicant/
Dwpa_cli.c191 if (access(ctrl_iface_dir, F_OK) < 0) in wpa_cli_open_connection()
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_cli.c146 if (access(ctrl_iface_dir, F_OK) < 0) in wpa_cli_open_connection()
/external/strace/
Dfile.c407 { F_OK, "F_OK", },
/external/openssl/apps/
Dca.c93 # define F_OK 0 macro
/external/sqlite/dist/
Dsqlite3.c25617 amode = F_OK;
Dsqlite3.c.orig25612 amode = F_OK;