/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/strace/xlat/ |
D | access_flags.h | 4 #if defined(F_OK) || (defined(HAVE_DECL_F_OK) && HAVE_DECL_F_OK) 5 XLAT(F_OK),
|
D | access_flags.in | 1 F_OK
|
/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/chromium_org/third_party/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/chromium_org/tools/accessibility/nvda/ |
D | nvda_chrome_tests.py | 62 if os.access(NVDA_LOGPATH, os.F_OK): 64 if os.access(CHROME_PROFILES_PATH, os.F_OK): 145 if not os.access(NVDA_LOGPATH, os.F_OK):
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | private.h | 111 #ifndef F_OK 112 #define F_OK 0 macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 111 #ifndef F_OK 112 #define F_OK 0 macro
|
/external/chromium_org/sandbox/linux/services/ |
D | broker_process_unittest.cc | 69 int ret = open_broker.Access(NULL, F_OK); in TEST() 105 ret = open_broker.Access(kR_WhiteListed, F_OK); in TestOpenFilePerms() 130 ret = open_broker.Access(kR_WhiteListedButDenied, F_OK); in TestOpenFilePerms() 151 ret = open_broker.Access(kW_WhiteListed, F_OK); in TestOpenFilePerms() 170 ret = open_broker.Access(kRW_WhiteListed, F_OK); in TestOpenFilePerms() 189 ret = open_broker.Access(k_NotWhitelisted, F_OK); in TestOpenFilePerms()
|
D | yama.cc | 55 int ret = access(kProcfsKernelSysPath, F_OK); in CanAccessProcFS()
|
/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/linux-tools-perf/perf-3.12.0/tools/perf/arch/ |
D | common.c | 80 if (access(buf, F_OK) == 0) { in lookup_path() 162 if (access(buf, F_OK) == 0) in perf_session_env__lookup_binutils_path()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | osunistd.h | 13 #define F_OK 0 macro
|
/external/qemu/ |
D | kvm-android.c | 28 if (access(kvm_device,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()
|
/external/chromium_org/third_party/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 377 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) { in DiskFileToVirtualFile()
|
D | command_line_interface.cc | 80 #ifndef F_OK 81 #define F_OK 00 // not defined by MSVC for whatever reason macro 149 if (access(path.c_str(), F_OK) == -1) { in VerifyDirectoryExists() 763 if (access(input_files_[i].c_str(), F_OK) < 0) { in MakeInputsBeProtoPathRelative() 945 if (access(disk_path.c_str(), F_OK) < 0) { in InterpretArgument()
|
/external/qemu/android/emulation/ |
D | CpuAccelerator.cpp | 85 if (::access("/dev/kvm", F_OK)) { in ProbeKVM() 238 if (::access("/dev/HAX", F_OK)) { in ProbeHAX()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_demovfs.c | 483 #ifndef F_OK 484 # define F_OK 0 macro 504 int eAccess = F_OK; /* Second argument to access() */ in demoAccess()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | inline-javascript-imports.py | 59 if not os.access(fullPath, os.F_OK):
|
/external/qemu/distrib/ext4_utils/src/ |
D | setup_fs.c | 33 if (access(buf, F_OK) == 0) { in setup_fs()
|
/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/chromium_org/third_party/skia/src/ports/ |
D | SkOSFile_posix.cpp | 19 int mode = F_OK; in sk_exists()
|
/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()
|