/external/webkit/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 127 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/ |
D | file.cc | 56 #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/ |
D | JetDefs.py | 251 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/ |
D | private.h | 111 #ifndef F_OK 112 #define F_OK 0 macro
|
D | zic.c | 784 access(fromname, F_OK) == 0 && 840 accres = access(myname, F_OK);
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | private.h | 111 #ifndef F_OK 112 #define F_OK 0 macro
|
D | zic.c | 784 access(fromname, F_OK) == 0 && 840 accres = access(myname, F_OK);
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 59 #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()
|
D | command_line_interface_unittest.cc | 71 #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()
|
D | command_line_interface.cc | 78 #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/ |
D | untgz.c | 26 # ifndef F_OK 27 # define F_OK 0 macro 143 if (access(buffer,F_OK) == 0) in TGZfname()
|
/external/qemu/android/utils/ |
D | path.c | 218 CHECKED(ret, access(path, F_OK)); in path_exists() 456 if ( access(source, F_OK) < 0 || in path_copy_file()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule-dyld.c | 55 if (access (file_name, F_OK) == 0) in _g_module_open()
|
/external/webkit/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 147 if (access(fullPath.data(), F_OK) == 0) { in Open()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-util-unix.c | 346 return (access (file, F_OK) == 0); in _dbus_file_exists()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsevents.c | 359 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) { in gpm_available()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbevents.c | 388 if ( access(GPM_NODE_FIFO, F_OK) < 0 ) { in gpm_available()
|
/external/bluetooth/glib/glib/ |
D | gfileutils.c | 267 if ((test & G_FILE_TEST_EXISTS) && (access (filename, F_OK) == 0)) in g_file_test()
|
/external/wpa_supplicant/ |
D | wpa_cli.c | 191 if (access(ctrl_iface_dir, F_OK) < 0) in wpa_cli_open_connection()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_cli.c | 146 if (access(ctrl_iface_dir, F_OK) < 0) in wpa_cli_open_connection()
|
/external/strace/ |
D | file.c | 407 { F_OK, "F_OK", },
|
/external/openssl/apps/ |
D | ca.c | 93 # define F_OK 0 macro
|
/external/sqlite/dist/ |
D | sqlite3.c | 25617 amode = F_OK;
|
D | sqlite3.c.orig | 25612 amode = F_OK;
|