Home
last modified time | relevance | path

Searched refs:exists (Results 76 - 100 of 1928) sorted by relevance

12345678910>>...78

/third_party/skia/third_party/externals/angle2/src/
H A Dcommit_id.py15 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 Dout.rs11 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 Dfull.py86 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 Dinit.c57 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 Dfidl_gen_cpp49 assert os.path.exists(args.fidlc_bin)
50 assert os.path.exists(args.fidlgen_bin)
70 assert os.path.exists(args.json)
H A Dupdate_fuchsia_sdk81 if os.path.exists(curr_dir):
88 if not os.path.exists(sdk_dir):
90 if not os.path.exists(clang_dir):
H A Dgen_repo28 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 Dresource_manager.py34 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 Dtest-tls-env-bad-extra-ca.js22 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 Dioctl_ns01.c33 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 Dbuild.rs51 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 Dclean.py52 if os.path.exists(self.build_temp):
63 if os.path.exists(directory):
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py29 if not os.path.exists(dst):
32 if not os.path.exists(parent):
/third_party/skia/infra/bots/recipes/
H A Dhousekeeper.py46 api.path.exists(api.path['start_dir'])
60 api.path.exists(api.path['start_dir'])
/third_party/vk-gl-cts/scripts/build/
H A Dbuild.py39 if not os.path.exists(config.buildDir):
50 if os.path.exists(config.buildDir):
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dbuild.py39 if not os.path.exists(config.buildDir):
50 if os.path.exists(config.buildDir):
/base/update/packaging_tools/
H A Dbuild_module_package.py126 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 Dfile_util.py84 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 Dresource_manager.py46 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 Dconstants.py87 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 Dgen_restricted_traces.py191 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 Dcreate_apk.py74 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 DdeFilePath.cpp171 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 Ddrivers.py161 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 Dtest_genericpath.py24 '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...]

Completed in 10 milliseconds

12345678910>>...78