Home
last modified time | relevance | path

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

/external/gtest/test/
Dgtest_premature_exit_test.cc54 static bool FileExists(const char* filepath) { in FileExists() function in __anon5af333dd0111::PrematureExitTest
71 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()
132 if (PrematureExitTest::FileExists(filepath)) { in main()
/external/webrtc/test/testsupport/
Dfileutils.cc113 bool FileExists(std::string file_name) { in FileExists() function
137 if (FileExists(resource_file)) { in ResourcePath()
142 if (FileExists(resource_file)) { in ResourcePath()
147 if (FileExists(resource_file)) { in ResourcePath()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py232 def FileExists(fileName): function
293 if FileExists(sFileName):
482 if FileExists(jetFile.config.filename):
490 if FileExists(segment.filename):
493 if FileExists(segment.output):
499 if FileExists(library):
537 …if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename):
540 … if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile):
588 if not FileExists(midiFile):
DJetFile.py255 if not FileExists(self.config_file):
483 if FileExists(library):
680 if FileExists(segment.dlsfile):
DJetDialogs.py188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
370 if not FileExists(self.je.ctrls[JetDefs.F_MIDIFILE].GetValue()):
375 if not FileExists(self.je.ctrls[JetDefs.F_DLSFILE].GetValue()):
DJetAudition.py277 if FileExists(segment.dlsfile):
DJetCreator.py1195 if FileExists(segment.dlsfile):
1208 if FileExists(segment.dlsfile):
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp84 bool &FileExists);
315 bool &FileExists) { in HandleHasInclude() argument
380 FileExists = File != nullptr; in HandleHasInclude()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc56 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
Dsanitizer_symbolizer_process_libcdep.cc107 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
Dsanitizer_mac.cc148 bool FileExists(const char *filename) { in FileExists() function
Dsanitizer_posix.cc336 if (FileExists(buffer.data())) in FindPathToBinary()
Dsanitizer_win.cc51 bool FileExists(const char *filename) { in FileExists() function
Dsanitizer_common.h242 bool FileExists(const char *filename);
Dsanitizer_linux.cc328 bool FileExists(const char *filename) { in FileExists() function
/external/libxml2/win32/
Dconfigure.js183 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
631 var f = fso.FileExists(new_makefile);
641 var f = fso.FileExists(configh);