/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit.py | 442 if not os.path.exists(cli_args.build_dir): 466 not os.path.exists(cli_args.build_dir)):
|
/kernel/linux/linux-6.6/kernel/ |
H A D | taskstats.c | 327 goto exists; in add_del_listener() 331 exists: in add_del_listener()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device_lite.py | 64 if os.path.exists(os.path.abspath(os.path.join( 70 if os.path.exists(file_path):
|
H A D | device.py | 865 if not os.path.exists(path): 1139 if not os.path.exists(temp_path): 1453 if os.path.exists(hilog_local): 1478 if not os.path.exists(hdc_log_save_path): 1603 or os.path.exists(log_file) and os.path.isfile(log_file):
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | openharmony.py | 242 "test source '%s' not exists" % 282 return self.result if os.path.exists(self.result) else "" 286 if not os.path.exists(config_file):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 87 if not os.path.exists(config_file): 476 return self.result if os.path.exists(self.result) else ""
|
/third_party/ninja/ |
H A D | configure.py | 309 if os.path.exists(path): 693 if os.path.exists(bootstrap_exe):
|
/third_party/ltp/testcases/kernel/power_management/lib/ |
H A D | pm_sched_mc.py | 455 if (not os.path.exists('/procstat')): 534 if (not os.path.exists('/procstat')):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_ext.py | 366 self.assertTrue(os.path.exists(so_file)) 376 self.assertTrue(os.path.exists(so_file))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 343 if (llvm::sys::fs::exists(Path)) { in findDebugBinary() 351 if (llvm::sys::fs::exists(Path)) { in findDebugBinary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 93 bool exists() const; 248 /// Get the status of the entry at \p Path, if one exists. 251 /// Get a \p File object for the file at \p Path, if one exists. 279 /// Check whether a file exists. Provided for convenience. 280 bool exists(const Twine &Path); 315 /// one merged file system. When there is a directory that exists in more than 319 /// that exists in more than one file system, the file in the top-most file 437 /// false if the file or directory already exists in the file system with 463 /// false if the file or directory already exists in the file system with
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 395 /// @returns True if the file represented by status exists, false if it does 397 bool exists(file_status status); 411 /// @returns True if it exists, false otherwise. 412 inline bool exists(const Twine &Path) { in exists() function 506 /// @brief Does this status represent something that exists but is not a 510 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s) 513 /// @brief Is path something that exists but is not a directory, 517 /// @param result Set to true if \a path exists, but is not a directory, regular 628 /// report an error if the file already exists. 631 /// F_Append - When opening a file, if it already exists appen [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 99 return exists() && !isRegularFile() && !isDirectory() && !isSymlink(); in isOther() 106 bool Status::exists() const { in exists() function in Status 145 bool FileSystem::exists(const Twine &Path) { in exists() function in FileSystem 147 return Status && Status->exists(); in exists() 437 if (FS->exists(Path)) in isLocal() 446 if (FS->exists(Path)) in getRealPath() 1054 if (!exists(Path)) in setCurrentWorkingDirectory()
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 570 self.assertFalse(os.path.exists(fn)) 573 self.assertTrue(os.path.exists(fn)) 625 self.assertTrue(os.path.exists(fn)) 675 if os.path.exists(fn): 680 # This helps ensure that when fork exists (the important concept) that the 720 # If the deadlock bug exists, the fork will happen 5321 if os.path.exists(self.fn): 5327 self.assertTrue(os.path.exists(filename), 5340 self.assertFalse(os.path.exists(self.fn)) 5343 self.assertTrue(os.path.exists(sel [all...] |
H A D | test_mailbox.py | 48 elif os.path.exists(target): 515 self.assertFalse(os.path.exists(self._get_lock_path())) 517 self.assertTrue(os.path.exists(self._get_lock_path())) 519 self.assertFalse(os.path.exists(self._get_lock_path())) 612 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' % 737 self.assertTrue(os.path.exists(foo_path)) 738 self.assertTrue(os.path.exists(bar_path)) 743 self.assertFalse(os.path.exists(foo_path)) 744 self.assertTrue(os.path.exists(bar_path))
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 727 found = std::filesystem::exists(path);
733 found = std::filesystem::exists(path);
1570 // Make sure the output dir hierarchy exists.
1575 if (!std::filesystem::exists(outputFilename) ||
1869 if (!std::filesystem::exists(shaderSourcesPath)) {
1874 // Make sure the destination dir exists.
1877 if (!std::filesystem::exists(compiledShaderDestinationPath)) {
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 417 if (filesystem::exists(pathName)) { in JudgeExistAndEmpty() 429 if (filesystem::exists(pathName)) { in RmDirectory() 511 if (filesystem::exists(destPath)) { in RenameDir() 540 if (filesystem::exists(dstPath)) { in CopyAndDeleteFile() 564 if (filesystem::exists(dstPath)) { in RenameFile()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 133 if os.path.exists(target):
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 133 if os.path.exists(target):
|
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/ |
H A D | resource_index.py | 107 if not os.path.exists(file_path):
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/ |
H A D | graph_converter.py | 40 if os.path.exists(output_folder):
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capture_recorder.cpp | 156 if (!std::filesystem::exists(path)) { in PullAndSendRdc()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_quality_diag.cpp | 272 if (!std::filesystem::exists(URL_CFG_FILE)) {
in load_query_addr()
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_database.cpp | 31 if (!std::filesystem::exists(FIREWALL_DB_PATH)) {
in NetFirewallDataBase()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | kv_delegate.cpp | 52 if (std::filesystem::exists(dbPath)) {
in RemoveDbFile()
|