Home
last modified time | relevance | path

Searched refs:exists (Results 701 - 725 of 2309) sorted by relevance

1...<<21222324252627282930>>...93

/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py442 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 Dtaskstats.c327 goto exists; in add_del_listener()
331 exists: in add_del_listener()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py64 if os.path.exists(os.path.abspath(os.path.join(
70 if os.path.exists(file_path):
H A Ddevice.py865 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 Dopenharmony.py242 "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 Djsunit_driver.py87 if not os.path.exists(config_file):
476 return self.result if os.path.exists(self.result) else ""
/third_party/ninja/
H A Dconfigure.py309 if os.path.exists(path):
693 if os.path.exists(bootstrap_exe):
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py455 if (not os.path.exists('/procstat')):
534 if (not os.path.exists('/procstat')):
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py366 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 DSymbolize.cpp343 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 DVirtualFileSystem.h93 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 DFileSystem.h395 /// @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 DVirtualFileSystem.cpp99 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 Dtest_logging.py570 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 Dtest_mailbox.py48 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 Dmain.cpp727 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 Dfile_fs_impl.cpp417 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 Dscons_utils.py133 if os.path.exists(target):
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py133 if os.path.exists(target):
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Dresource_index.py107 if not os.path.exists(file_path):
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/graph/
H A Dgraph_converter.py40 if os.path.exists(output_folder):
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp156 if (!std::filesystem::exists(path)) { in PullAndSendRdc()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp272 if (!std::filesystem::exists(URL_CFG_FILE)) { in load_query_addr()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp31 if (!std::filesystem::exists(FIREWALL_DB_PATH)) { in NetFirewallDataBase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dkv_delegate.cpp52 if (std::filesystem::exists(dbPath)) { in RemoveDbFile()

Completed in 34 milliseconds

1...<<21222324252627282930>>...93