/third_party/openssl/apps/include/ |
H A D | apps.h | 225 BIGNUM *load_serial(const char *serialfile, int *exists, int create,
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 341 if (!de::FilePath(dstPath).exists()) in batchResultToSeparateXmlFiles()
|
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
H A D | stream.py | 580 if not os.path.exists(value):
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 446 if not os.path.exists (s):
|
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 235 """File selection dialog which checks that the file exists.""" 255 if os.path.exists(file):
|
/third_party/python/Lib/test/ |
H A D | test_imp.py | 189 if not os.path.exists(test_package_name):
|
/third_party/python/Lib/distutils/command/ |
H A D | build_py.py | 185 # 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 D | runtest.py | 403 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 D | LibDriver.cpp | 98 if (sys::fs::exists(Path)) in findInputFile()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_program.py | 367 def _patch_isfile(self, names, exists=True):
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 556 if os.path.exists(libfile):
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 421 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 D | window_session_impl_test4.cpp | 890 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 D | readme.tex | 118 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 D | test_widgets.py | 1490 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 D | zipfile.py | 1739 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 D | hvbtool.py | 910 if os.path.exists(sig_content): 974 if os.path.exists(self.img):
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 708 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 D | copy.cpp | 238 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 D | mount_manager.cpp | 615 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 D | upload.py | 91 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 D | StableAPI.java | 268 } else if (!dir.exists() || !dir.isDirectory()) { in setVer() 277 if (!verFile.exists()) { in setVer()
|
/third_party/node/deps/v8/tools/ |
H A D | run_perf.py | 277 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 D | capture_replay_tests.py | 544 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 D | Path.cpp | 179 // path already exists. in createUniqueEntity() 930 bool exists(file_status status) { 963 return exists(status) &&
|