Searched defs:FileExists (Results 1 - 8 of 8) 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/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/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):
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc148 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc328 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_win.cc51 bool FileExists(const char *filename) { function in namespace:__sanitizer

Completed in 331 milliseconds