Home
last modified time | relevance | path

Searched refs:exists (Results 626 - 650 of 1991) sorted by relevance

1...<<21222324252627282930>>...80

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py186 if not path.exists(LLVM_STAGING_DIR):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp26 // exists and is equal to path, it's not case sensitive. Default to case in isCaseSensitivePath()
201 if (Result && Result->exists())
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py142 if os.path.exists(file_path) and os.path.isfile(file_path):
/third_party/python/Lib/
H A Dimp.py207 if os.path.exists(init_path):
H A Dpyclbr.py282 if os.path.exists(mod):
H A Dmailbox.py54 """If the keyed message exists, remove it."""
136 """Return True if the keyed message exists, False otherwise."""
280 if not os.path.exists(self._path):
339 """If the keyed message exists, remove it."""
409 """Return True if the keyed message exists, False otherwise."""
456 if not os.path.exists(maildirfolder_path):
553 if os.path.exists(os.path.join(self._path, self._toc[key])):
631 """Return True if the keyed message exists, False otherwise."""
941 if not os.path.exists(self._path):
1085 """Return True if the keyed message exists, Fals
[all...]
H A Dos.py149 # Some platforms don't support lchmod(). Often the function exists
206 exists, raise an OSError if exist_ok is False. Otherwise no exception is
213 if head and tail and not path.exists(head):
222 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists
270 if head and tail and not path.exists(head):
1035 # implementation exists.
/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py204 assert file.locate().exists()
/third_party/python/Lib/test/
H A Dtest_largefile.py26 if os.path.exists(TESTFN):
H A Dtest_pipes.py15 if not (unix_shell and os.path.exists(unix_shell)):
/vendor/ohemu/qemu_small_system_demo/
H A Dqemu_run.sh50 By default, image will not be rebuilt if exists, and net will not
/third_party/node/deps/v8/tools/
H A Dll_prof.py717 if not os.path.exists(mmap_info.filename):
791 if not os.path.exists(KERNEL_ALLSYMS_FILE):
888 if os.path.exists(options.objdump):
/third_party/libfuse/test/
H A Dtest_examples.py266 if not os.path.exists(progname):
312 if not os.path.exists(progname):
430 test_fn=os.path.exists)
/third_party/python/Objects/
H A Dodictobject.c1019 int exists = PySequence_Contains((PyObject *)self, key); in OrderedDict_setdefault_impl() local
1020 if (exists < 0) { in OrderedDict_setdefault_impl()
1023 else if (exists) { in OrderedDict_setdefault_impl()
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py622 while os.path.exists(path):
623 if os.path.exists(os.path.join(path, 'src/google/protobuf')):
633 if os.path.exists(full_path):
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_file_loader.py191 if os.path.exists(pycache):
217 self.assertTrue(os.path.exists(compiled))
227 self.assertTrue(os.path.exists(compiled))
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp68 if (fs::exists(INPUT_NODE_PATH) && fs::is_directory(INPUT_NODE_PATH)) { in InitInputNode()
94 if (fs::exists(INPUT_DEVICE_NAME_CONFIG)) { in InitConfigFile()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp520 if (!std::filesystem::exists(physicalPath, errCode) && info.dirExistFlag) { in CheckCopyRule()
548 if (!std::filesystem::exists(physicalPath, errCode) && std::regex_match(physicalPath.c_str(), pathRegex)) { in CheckCopyRule()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp207 if (!std::filesystem::exists(destPath)) { in CheckOrCreatePath()
230 if (!std::filesystem::exists(destPath)) { in CopySubDir()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dcpp_driver_lite.py116 if os.path.exists(self.result):
557 return self.result if os.path.exists(self.result) else ""
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py1186 if not os.path.exists(path):
1262 if not os.path.exists(directory):
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c577 int exists = !access(filename, R_OK); in open_database() local
588 if (exists) { in open_database()
/third_party/node/deps/v8/src/utils/
H A Dutils.h564 V8_EXPORT_PRIVATE std::string ReadFile(const char* filename, bool* exists,
566 V8_EXPORT_PRIVATE std::string ReadFile(FILE* file, bool* exists,
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY';
190 grep { !exists $collected_tags{$_} }
1001 $name_map{$f} = ''; # It still exists!
/third_party/openssl/util/
H A Dfind-doc-nits170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY';
190 grep { !exists $collected_tags{$_} }
1001 $name_map{$f} = ''; # It still exists!

Completed in 31 milliseconds

1...<<21222324252627282930>>...80