/third_party/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 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/ |
D | resource_util_posix.cc | 13 bool FileExists(const char* path) { in FileExists() function 58 if (!FileExists(path.c_str())) in GetBinaryResourceReader()
|
/third_party/flutter/engine/flutter/fml/platform/posix/ |
D | file_posix.cc | 80 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/ |
D | test_package.cpp | 27 if (flatbuffers::FileExists(filename.c_str())) { in main()
|
/third_party/mindspore/mindspore/lite/micro/coder/utils/ |
D | dir_utils.h | 31 bool FileExists(const std::string &dir_path);
|
D | dir_utils.cc | 49 bool FileExists(const std::string &path) { in FileExists() function
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 59 bool FileExists(const std::string& path) { in FileExists() function 270 if (FileExists(dirnames_[i])) { in SetUp() 279 if (FileExists(dirnames_[i])) { in TearDown()
|
D | command_line_interface_unittest.cc | 89 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/ |
D | clean.h | 83 bool FileExists(const string& path);
|
D | clean.cc | 42 bool Cleaner::FileExists(const string& path) { in FileExists() function in Cleaner 60 if (FileExists(path)) in Remove()
|
/third_party/flutter/engine/flutter/fml/ |
D | file.h | 58 bool FileExists(const fml::UniqueFD& base_directory, const char* path);
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | common.h | 44 static bool FileExists(const std::string &filepath);
|
D | common.cc | 267 bool Common::FileExists(const std::string &filepath) { in FileExists() function in mindspore::Common
|
/third_party/curl/lib/ |
D | mk-ca-bundle.vbs | 137 If objFSO.FileExists(myCaFile) Then 141 While objFSO.FileExists(myBakFile)
|
/third_party/benchmark/test/ |
D | output_test_helper.cc | 476 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/ |
D | coder.cc | 112 if (!FileExists(flags.model_path_)) { in Init()
|
/third_party/flatbuffers/src/ |
D | util.cpp | 86 bool FileExists(const char *name) { in FileExists() function
|
D | idl_parser.cpp | 3268 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/ |
D | file_win.cc | 326 bool FileExists(const fml::UniqueFD& base_directory, const char* path) { in FileExists() function
|
/third_party/libxml2/win32/ |
D | configure.js | 635 var f = fso.FileExists(new_makefile); 645 var f = fso.FileExists(configh);
|
/third_party/flatbuffers/include/flatbuffers/ |
D | util.h | 418 bool FileExists(const char *name);
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | kprim.cc | 134 …bool bprop_cache_file_exists = bprop_mindir_realpath.has_value() && Common::FileExists(bprop_mindi… in ImportBpropFromMindIR()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 133821 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) { 148923 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
|