Searched refs:FileExists (Results 1 - 17 of 17) sorted by relevance

/external/gtest/test/
H A Dgtest_premature_exit_test.cc54 static bool FileExists(const char* filepath) { function in class:__anon5381::PrematureExitTest
71 return FileExists(premature_exit_file_path_);
132 if (PrematureExitTest::FileExists(filepath)) {
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils.cc113 bool FileExists(std::string file_name) { function in namespace:webrtc::test
137 if (FileExists(resource_file)) {
142 if (FileExists(resource_file)) {
147 if (FileExists(resource_file)) {
/external/webrtc/test/testsupport/
H A Dfileutils.cc113 bool FileExists(std::string file_name) { function in namespace:webrtc::test
137 if (FileExists(resource_file)) {
142 if (FileExists(resource_file)) {
147 if (FileExists(resource_file)) {
/external/sonivox/jet_tools/JetCreator/
H A 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):
H A DJetFile.py255 if not FileExists(self.config_file):
483 if FileExists(library):
680 if FileExists(segment.dlsfile):
H A 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()):
H A DJetAudition.py277 if FileExists(segment.dlsfile):
H A DJetCreator.py1195 if FileExists(segment.dlsfile):
1208 if FileExists(segment.dlsfile):
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc56 if (!FileExists(filename) && !IsAbsolutePath(filename) &&
H A Dsanitizer_symbolizer_process_libcdep.cc107 if (!FileExists(path_)) {
H A Dsanitizer_mac.cc148 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_posix.cc336 if (FileExists(buffer.data()))
H A Dsanitizer_common.h242 bool FileExists(const char *filename);
H A Dsanitizer_win.cc51 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc328 bool FileExists(const char *filename) { function in namespace:__sanitizer
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp84 bool &FileExists);
315 bool &FileExists) {
380 FileExists = File != nullptr;
313 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/external/libxml2/win32/
H A Dconfigure.js183 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
631 var f = fso.FileExists(new_makefile);
641 var f = fso.FileExists(configh);

Completed in 355 milliseconds