/third_party/skia/third_party/externals/angle2/src/ |
H A D | commit_id.py | 15 commit_id.py unpack <ref_file> - check if <ref_file> exists, and if not 56 if os.path.exists(aosp_angle_path): 59 git_dir_exists = os.path.exists(os.path.join(cwd, '.git', 'HEAD')) 73 ref_file_exists = os.path.exists(ref_file_full_path)
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | out.rs | 11 if fs::exists(path) { 37 if fs::exists(link) { 71 if fs::exists(link) {
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
H A D | full.py | 86 api.path.exists( 104 api.path.exists(api.path['start_dir'].join('skp_output')) 121 api.path.exists(
|
/third_party/selinux/libselinux/src/ |
H A D | init.c | 57 int exists = 0; in selinuxfs_exists() local 65 return 1; /* Fail as if it exists */ in selinuxfs_exists() 71 exists = 1; in selinuxfs_exists() 79 return exists; in selinuxfs_exists()
|
/third_party/skia/build/fuchsia/ |
H A D | fidl_gen_cpp | 49 assert os.path.exists(args.fidlc_bin) 50 assert os.path.exists(args.fidlgen_bin) 70 assert os.path.exists(args.json)
|
H A D | update_fuchsia_sdk | 81 if os.path.exists(curr_dir): 88 if not os.path.exists(sdk_dir): 90 if not os.path.exists(clang_dir):
|
H A D | gen_repo | 28 assert os.path.exists(args.pm_bin) 30 if not os.path.exists(args.repo_dir):
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 34 if os.path.exists(xml_filepath): 80 if os.path.exists(filepath): 137 if os.path.exists(resource_dir): 147 if not os.path.exists(xml_filepath):
|
/third_party/node/test/parallel/ |
H A D | test-tls-env-bad-extra-ca.js | 22 NODE_EXTRA_CA_CERTS: `${fixtures.fixturesDir}/no-such-file-exists-?`, 40 const re = /Warning: Ignoring extra certs from.*no-such-file-exists-?.* load failed:.*No such file or directory/;
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns01.c | 33 int exists = access("/proc/self/ns/pid", F_OK); in setup() local 35 if (exists < 0) in setup()
|
/third_party/rust/crates/cxx/tools/cargo/ |
H A D | build.rs | 51 if Path::new("src/syntax/mod.rs").exists() { in main() 64 && (!link_dir.exists() || fs::remove_dir(&link_dir).is_ok()) in main()
|
/third_party/python/Lib/distutils/command/ |
H A D | clean.py | 52 if os.path.exists(self.build_temp): 63 if os.path.exists(directory):
|
/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 29 if not os.path.exists(dst): 32 if not os.path.exists(parent):
|
/third_party/skia/infra/bots/recipes/ |
H A D | housekeeper.py | 46 api.path.exists(api.path['start_dir']) 60 api.path.exists(api.path['start_dir'])
|
/third_party/vk-gl-cts/scripts/build/ |
H A D | build.py | 39 if not os.path.exists(config.buildDir): 50 if os.path.exists(config.buildDir):
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | build.py | 39 if not os.path.exists(config.buildDir): 50 if os.path.exists(config.buildDir):
|
/base/update/packaging_tools/ |
H A D | build_module_package.py | 126 the update package path exists. 131 if os.path.exists(arg): 396 if os.path.exists(img_file_path): 403 if os.path.exists(pub_key_file_path): 412 if not os.path.exists(align_package): 419 if os.path.exists(signed_package): 431 if os.path.exists(align_package): 433 if os.path.exists(unsigned_package):
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 84 and ((isdir is None and os.path.exists(resource_file_path)) 144 if (isdir is None and os.path.exists(folder_file)) \ 149 if not os.path.exists(folder): 216 if not os.path.exists(full_path): 275 if not os.path.exists(src): 278 if not os.path.exists(des): 354 if not os.path.exists(extract_to):
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 46 if os.path.exists(os.path.join(current_dir, "resource")): 55 if not os.path.exists(xml_filepath): 69 if os.path.exists(file_path): 146 if not os.path.exists(xml_filepath): 155 if os.path.exists(xml_filepath):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 87 if not os.path.exists(filepath): 123 if not os.path.exists(result_path): 146 if not os.path.exists(filepath): 187 LOG.error("%s not exists", remote_result_file) 206 if not os.path.exists(java_cov_path): 217 if not os.path.exists(cxx_cov_path):
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | gen_restricted_traces.py | 191 if os.path.exists(txt_file): 197 assert os.path.exists(json_file_name), '%s does not exist' % json_file_name 204 if os.path.exists(json_file_name): 210 if os.path.exists(prefix_cpp): 213 assert os.path.exists(prefix_cpp), '%s does not exist' % prefix_cpp
|
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 74 assert not os.path.exists(p) 77 if not os.path.exists(dst): 120 assert os.path.exists('bin/gn') # Did you `tools/git-syc-deps`? 191 assert os.path.exists(skia_dir) 202 if not os.path.exists(os.environ.get(var, '')):
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deFilePath.cpp | 171 bool FilePath::exists (void) const in exists() function in de::FilePath 262 if (dirPath.exists()) in createDirectory() 263 throw std::runtime_error("Destination exists already"); in createDirectory() 264 else if (!parentPath.exists()) in createDirectory() 277 if (curPath.exists()) in createDirectoryAndParents() 278 throw std::runtime_error("Destination exists already"); in createDirectoryAndParents() 280 while (!curPath.exists()) in createDirectoryAndParents()
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 161 if not os.path.exists(result_path): 172 if not os.path.exists(test_log_path): 181 if os.path.exists(suite_path_txt) and os.path.exists(result_xml): 211 if not os.path.exists(filepath): 258 if not os.path.exists(filepath): 284 if not os.path.exists(filepath): 349 if not os.path.exists(filepath): 365 if os.path.exists(test_log_path): 380 if not os.path.exists(result_file_pat [all...] |
/third_party/python/Lib/test/ |
H A D | test_genericpath.py | 24 'getmtime', 'exists', 'isdir', 'isfile'] 135 self.assertIs(self.pathmodule.exists(filename), False) 136 self.assertIs(self.pathmodule.exists(bfilename), False) 140 self.assertIs(self.pathmodule.exists(filename), True) 141 self.assertIs(self.pathmodule.exists(bfilename), True) 143 self.assertIs(self.pathmodule.exists(filename + '\udfff'), False) 144 self.assertIs(self.pathmodule.exists(bfilename + b'\xff'), False) 145 self.assertIs(self.pathmodule.exists(filename + '\x00'), False) 146 self.assertIs(self.pathmodule.exists(bfilename + b'\x00'), False) 162 self.assertTrue(self.pathmodule.exists( [all...] |