Searched refs:FileExists (Results 1 - 25 of 84) sorted by last modified time

1234

/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 DJetAudition.py277 if FileExists(segment.dlsfile):
H A DJetCreator.py1195 if FileExists(segment.dlsfile):
1208 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 DJetFile.py255 if not FileExists(self.config_file):
483 if FileExists(library):
680 if FileExists(segment.dlsfile):
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/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp312 if(BaflUtils::FileExists(aFs, name))
/external/gtest/test/
H A Dgtest_premature_exit_test.cc54 static bool FileExists(const char* filepath) { function in class:__anon21613::PrematureExitTest
71 return FileExists(premature_exit_file_path_);
132 if (PrematureExitTest::FileExists(filepath)) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h181 bool FileExists(const char *filename);
H A Dsanitizer_linux.cc285 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_mac.cc143 bool FileExists(const char *filename) { function in namespace:__sanitizer
H A Dsanitizer_posix.cc277 if (FileExists(buffer.data()))
H A Dsanitizer_symbolizer_posix_libcdep.cc194 if (!FileExists(path_)) {
H A Dsanitizer_win.cc49 bool FileExists(const char *filename) { function in namespace:__sanitizer
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp81 bool &FileExists);
279 bool &FileExists) {
341 FileExists = File != nullptr;
277 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dfileutils.cc93 bool FileExists(std::string& file_name) { function in namespace:webrtc::test
138 if (FileExists(root_filename)) {
233 if (FileExists(resource_file)) {
238 if (FileExists(resource_file)) {
243 if (FileExists(resource_file)) {
H A Dfileutils.h142 bool FileExists(std::string& file_name);
H A Dfileutils_unittest.cc123 ASSERT_TRUE(webrtc::test::FileExists(temp_filename));
/external/chromium_org/third_party/webrtc/tools/converter/
H A Dconverter.cc64 if (FileExists(input_file_name)) {
156 bool Converter:: FileExists(std::string file_name_to_check) { function in class:webrtc::test::Converter
H A Dconverter.h96 bool FileExists(std::string file_name_to_check);
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc183 return FileExists(filename);
198 if (!FileExists(filename))
H A Ddiskcache.h59 virtual bool FileExists(const std::string& filename) const = 0;
H A Ddiskcache_win32.cc77 bool DiskCacheWin32::FileExists(const std::string& filename) const { function in class:rtc::DiskCacheWin32
H A Ddiskcache_win32.h23 virtual bool FileExists(const std::string& filename) const;

Completed in 1663 milliseconds

1234