Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 23 of 23) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists() function in __anon88344fd00111::PrematureExitTest
66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()
117 if (PrematureExitTest::FileExists(filepath)) { in main()
/third_party/cef/tests/shared/browser/
Dresource_util_posix.cc13 bool FileExists(const char* path) { in FileExists() function
58 if (!FileExists(path.c_str())) in GetBinaryResourceReader()
/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc80 if (create_if_necessary && !FileExists(base_directory, path)) { in OpenFile()
107 if (create_if_necessary && !FileExists(base_directory, path)) { in OpenDirectory()
169 bool FileExists(const fml::UniqueFD& base_directory, const char* path) { in FileExists() function
/third_party/flatbuffers/conan/test_package/
Dtest_package.cpp27 if (flatbuffers::FileExists(filename.c_str())) { in main()
/third_party/mindspore/mindspore/lite/micro/coder/utils/
Ddir_utils.h31 bool FileExists(const std::string &dir_path);
Ddir_utils.cc49 bool FileExists(const std::string &path) { in FileExists() function
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc59 bool FileExists(const std::string& path) { in FileExists() function
270 if (FileExists(dirnames_[i])) { in SetUp()
279 if (FileExists(dirnames_[i])) { in TearDown()
Dcommand_line_interface_unittest.cc89 bool FileExists(const std::string& path) { in FileExists() function
271 if (FileExists(temp_directory_)) { in SetUp()
298 if (FileExists(temp_directory_)) { in TearDown()
387 if (!FileExists(temp_directory_ + "/" + dir)) { in CreateTempFile()
/third_party/ninja/src/
Dclean.h83 bool FileExists(const string& path);
Dclean.cc42 bool Cleaner::FileExists(const string& path) { in FileExists() function in Cleaner
60 if (FileExists(path)) in Remove()
/third_party/flutter/engine/flutter/fml/
Dfile.h58 bool FileExists(const fml::UniqueFD& base_directory, const char* path);
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.h44 static bool FileExists(const std::string &filepath);
Dcommon.cc267 bool Common::FileExists(const std::string &filepath) { in FileExists() function in mindspore::Common
/third_party/curl/lib/
Dmk-ca-bundle.vbs137 If objFSO.FileExists(myCaFile) Then
141 While objFSO.FileExists(myBakFile)
/third_party/benchmark/test/
Doutput_test_helper.cc476 static bool FileExists(std::string const& name) { in FileExists() function
488 if (!FileExists(name)) return name; in GetTempFileName()
/third_party/mindspore/mindspore/lite/micro/coder/
Dcoder.cc112 if (!FileExists(flags.model_path_)) { in Init()
/third_party/flatbuffers/src/
Dutil.cpp86 bool FileExists(const char *name) { in FileExists() function
Didl_parser.cpp3268 if (FileExists(source_filename)) in DoParse()
3314 if (filepath.empty() || !FileExists(filepath.c_str())) { in DoParse()
3318 if (FileExists(filepath.c_str())) break; in DoParse()
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc326 bool FileExists(const fml::UniqueFD& base_directory, const char* path) { in FileExists() function
/third_party/libxml2/win32/
Dconfigure.js635 var f = fso.FileExists(new_makefile);
645 var f = fso.FileExists(configh);
/third_party/flatbuffers/include/flatbuffers/
Dutil.h418 bool FileExists(const char *name);
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc134 …bool bprop_cache_file_exists = bprop_mindir_realpath.has_value() && Common::FileExists(bprop_mindi… in ImportBpropFromMindIR()
/third_party/chromium/patch/
D0001-cve.patch133821 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
148923 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {