Home
last modified time | relevance | path

Searched refs:exists (Results 776 - 800 of 940) sorted by relevance

1...<<3132333435363738

/third_party/openssl/apps/include/
H A Dapps.h225 BIGNUM *load_serial(const char *serialfile, int *exists, int create,
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp341 if (!de::FilePath(dstPath).exists()) in batchResultToSeparateXmlFiles()
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py580 if not os.path.exists(value):
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py446 if not os.path.exists (s):
/third_party/python/Lib/tkinter/
H A Dfiledialog.py235 """File selection dialog which checks that the file exists."""
255 if os.path.exists(file):
/third_party/python/Lib/test/
H A Dtest_imp.py189 if not os.path.exists(test_package_name):
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py185 # assume exists. Also, os.path.exists and isdir don't know about
189 if not os.path.exists(package_dir):
194 "supposed package directory '%s' exists, "
246 # is valid (exists, contains __init__.py, ... ?)
/third_party/python/Lib/test/libregrtest/
H A Druntest.py403 if not os.path.exists(name):
412 raise RuntimeError(f"os.path says {name!r} exists but is neither "
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp98 if (sys::fs::exists(Path)) in findInputFile()
/third_party/python/Lib/unittest/test/
H A Dtest_program.py367 def _patch_isfile(self, names, exists=True):
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py556 if os.path.exists(libfile):
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py421 if not os.path.exists(os.path.join(self.repo_dir, '.git')):
681 help="Skip build if install directory exists",
753 # Skip building the repo if its install directory already exists
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp890 ASSERT_TRUE(!std::filesystem::exists(abcFile)); in HWTEST_F()
898 ASSERT_TRUE(!std::filesystem::exists(abcFile2)); in HWTEST_F()
906 ASSERT_TRUE(!std::filesystem::exists(abcFile3)); in HWTEST_F()
915 ASSERT_FALSE(!std::filesystem::exists(abcFile4)); in HWTEST_F()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex118 extensive exists yet, and it's possible the Python scripts will evolve
882 no definition exists. This is because the existing \tag{group} mechanism
897 exists. This is because the existing \tag{group} mechanism can only
910 \tag{param} \attr{group} attributes, but no definition exists. Such
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1490 self.assertEqual(self.tv.exists('something'), False)
1491 self.assertEqual(self.tv.exists(''), True)
1492 self.assertEqual(self.tv.exists({}), False)
1495 # tk.call(treeview, "exists") which should result in an error
1497 self.assertRaises(tkinter.TclError, self.tv.exists, None)
/third_party/python/Lib/
H A Dzipfile.py1739 if upperdirs and not os.path.exists(upperdirs):
1785 "Can't write to ZIP archive while an open writing handle exists"
1836 "Can't write to ZIP archive while an open writing handle exists."
2435 >>> c.exists()
2437 >>> (b / 'missing.txt').exists()
2483 if not self.exists() and zip_mode == 'r':
2533 return self.exists() and not self.is_dir()
2535 def exists(self): member in Path
/base/startup/hvb/tools/
H A Dhvbtool.py910 if os.path.exists(sig_content):
974 if os.path.exists(self.img):
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp708 if (std::filesystem::exists(dir_ + PATH_NEED_RESTORE_SUFFIX) && !auth.token.IsEmpty()) { in StoreKey()
788 if (std::filesystem::exists(elNeedRestorePath)) { in StoreKey()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp238 if (!filesystem::exists(destPath, errCode) && errCode.value() == ERRNO_NOERR) { in CheckOrCreatePath()
291 if (!filesystem::exists(destPath, errCode) && errCode.value() == ERRNO_NOERR) { in CopySubDir()
298 HILOGE("fs exists fail, errcode is %{public}d", errCode.value()); in CopySubDir()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp615 if (!exists(rootDir, errCode)) { in MountCryptoPathAgain()
616 LOGE("root path not exists, rootDir is %{public}s", SANDBOX_ROOT_PATH.c_str()); in MountCryptoPathAgain()
958 if (!exists(rootDir, errCode)) { in ClearRedundantResources()
959 LOGE("Bundles share path not exists, rootDir is %{public}s", sharePath.c_str()); in ClearRedundantResources()
1272 LOGI("VirtualDir : %{public}s is not exists", path.c_str()); in CheckMountFileByUser()
1276 LOGI("MountFile is exists"); in CheckMountFileByUser()
/third_party/googletest/googletest/scripts/
H A Dupload.py91 if os.path.exists(last_email_file_name):
385 if os.path.exists(self.cookie_file):
1340 # already exists in an earlier patchset.
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java268 } else if (!dir.exists() || !dir.isDirectory()) { in setVer()
277 if (!verFile.exists()) { in setVer()
/third_party/node/deps/v8/tools/
H A Drun_perf.py277 assert os.path.exists(results_processor)
1049 if not os.path.exists(path): # pragma: no cover
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py544 if os.path.exists(capture_file) and os.path.exists(replay_file):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp179 // path already exists. in createUniqueEntity()
930 bool exists(file_status status) {
963 return exists(status) &&

Completed in 33 milliseconds

1...<<3132333435363738