/external/valgrind/main/none/tests/darwin/ |
D | access_extended.stderr.exp | 2 access_extended.c(F_OK) = 0 (Unknown error: 0) 4 no_such_file(F_OK) = 2 (No such file or directory)
|
D | access_extended.c | 29 entries[0].ad_flags = F_OK; // succeeds in main() 31 entries[2].ad_flags = F_OK; // fails in main()
|
/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/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 194 if (!access(fullPath.data(), F_OK)) in makeAllDirectories() 205 if (access(fullPath.data(), F_OK)) in makeAllDirectories() 210 if (access(fullPath.data(), F_OK)) in makeAllDirectories()
|
/external/icu4c/tools/tzcode/ |
D | private.h | 111 #ifndef F_OK 112 #define F_OK 0 macro
|
/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/qemu/ |
D | kvm-android.c | 21 if (access("/dev/kvm",F_OK)) { in kvm_check_allowed()
|
/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/webkit/Source/WebCore/inspector/ |
D | inline-javascript-imports.py | 59 if not os.access(fullPath, os.F_OK):
|
/external/webkit/Source/WebKit/chromium/scripts/ |
D | inline_js_imports.py | 60 if not os.access(full_path, os.F_OK):
|
D | concatenate_js_files.py | 68 if (os.access(fname, os.F_OK)):
|
D | concatenate_css_files.py | 67 if (os.access(fname, os.F_OK)):
|
/external/zlib/src/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/oprofile/opcontrol/ |
D | opcontrol.cpp | 215 if (access(OP_DRIVER_BASE"/stats", F_OK)) { in setup_device() 251 if (access(buf, F_OK) < 0) in setup_device() 263 if (access(OP_DATA_DIR, F_OK) == 0) in setup_session_dir()
|
/external/qemu/android/utils/ |
D | path.c | 224 CHECKED(ret, access(path, F_OK)); in path_exists() 535 if ( access(source, F_OK) < 0 || in path_copy_file()
|
/external/e2fsprogs/lib/blkid/ |
D | devname.c | 68 if (access(devname, F_OK) < 0) in blkid_get_dev() 195 if (only_if_new && !access(tmp->bid_name, F_OK)) in probe_one()
|
D | tag.c | 357 !access(tmp->bit_dev->bid_name, F_OK)) { in blkid_find_dev_with_tag()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebCookieJar.cpp | 141 if (access(cDatabasePath, F_OK) == 0) in initCookieStore()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 190 if (access(fullPath.data(), F_OK) == 0) { in Open()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config.c | 580 if(access(file_name_old, F_OK) == 0) in save_cfg() 582 if(access(file_name_new, F_OK) == 0) in save_cfg()
|
/external/e2fsprogs/misc/ |
D | blkid.c | 187 if (access(devname, F_OK)) in pretty_print_dev()
|
/external/mtpd/ |
D | mtpd.c | 205 if (!access("/data/misc/vpn/abort", F_OK)) { in main()
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 210 if os.access(filename, os.F_OK):
|