Home
last modified time | relevance | path

Searched refs:IsFile (Results 1 – 22 of 22) sorted by relevance

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function
63 bool IsFile(const std::string &Path) { in IsFile() function
72 return IsFile(Path, Att); in IsFile()
108 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive()
DFuzzerIO.h47 bool IsFile(const std::string &Path);
DFuzzerIOPosix.cpp28 bool IsFile(const std::string &Path) { in IsFile() function
DFuzzerDriver.cpp275 if (!IsFile(Path)) in AllInputsAreFiles()
/third_party/skia/third_party/externals/swiftshader/tests/regres/util/
Dutil.go23 func IsFile(path string) bool { func
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go191 if util.IsFile(root.ICD.Path) {
215 if util.IsFile(toolchainInfoPath) {
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go174 if util.IsFile(path) {
239 if !util.IsFile(t.Profdata()) { // llvm-profdata doesn't have --version flag
/third_party/cef/include/
Dcef_drag_data.h87 virtual bool IsFile() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.h42 bool IsFile() override;
Ddrag_data_ctocpp.cc101 NO_SANITIZE("cfi-icall") bool CefDragDataCToCpp::IsFile() { in IsFile() function in CefDragDataCToCpp
/third_party/flutter/engine/flutter/fml/
Dfile.h54 bool IsFile(const std::string& path);
/third_party/cef/libcef/common/
Ddrag_data_impl.h30 bool IsFile() override;
Ddrag_data_impl.cc61 bool CefDragDataImpl::IsFile() { in IsFile() function in CefDragDataImpl
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc262 bool IsFile(const std::string& path) { in IsFile() function
327 return IsFile(GetAbsolutePath(base_directory, path).c_str()); in FileExists()
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go176 if !util.IsFile(exe) {
311 if !util.IsFile(logPath) {
/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc136 bool IsFile(const std::string& path) { in IsFile() function
/third_party/mesa3d/src/hgl/
DGLRendererRoster.cpp160 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
/third_party/flutter/engine/flutter/shell/platform/android/
Dflutter_main.cc91 if (fml::IsFile(application_kernel_path)) { in Init()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go443 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) {
784 if !util.IsFile(p) {
1270 if !util.IsFile(swiftshaderICDSo) {
1275 if !util.IsFile(swiftshaderICDJSON) {
1589 if path := filepath.Join(t.checkoutDir, relPath); util.IsFile(path) {
1599 if path := filepath.Join(wd, relPath); util.IsFile(path) {
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc114 bool _retval = CefDragDataCppToC::Get(self)->IsFile(); in drag_data_is_file()
/third_party/flutter/engine/flutter/runtime/
Ddart_isolate_unittests.cc209 if (!fml::IsFile(kernel_file_path)) { in RunDartCodeInIsolate()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder.cc637 if (!fml::IsFile(application_kernel_path)) { in FlutterEngineInitialize()