HomeSort by relevance Sort by last modified time
    Searched refs:FileExists (Results 1 - 15 of 15) sorted by null

  /external/webrtc/test/testsupport/
fileutils.cc 113 bool FileExists(std::string file_name) {
137 if (FileExists(resource_file)) {
142 if (FileExists(resource_file)) {
147 if (FileExists(resource_file)) {
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 76 virtual bool FileExists(const std::string& filename) const = 0;
diskcache.cc 200 return FileExists(filename);
215 if (!FileExists(filename))
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 232 def FileExists(fileName):
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):
JetFile.py 255 if not FileExists(self.config_file):
483 if FileExists(library):
680 if FileExists(segment.dlsfile):
    [all...]
JetDialogs.py 188 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()):
    [all...]
JetAudition.py 277 if FileExists(segment.dlsfile):
JetCreator.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 39 if (!FileExists(path_to_symbolizer)) {
sanitizer_common.h 128 bool FileExists(const char *filename);
sanitizer_mac.cc 114 bool FileExists(const char *filename) {
sanitizer_win.cc 37 bool FileExists(const char *filename) {
sanitizer_linux.cc 156 bool FileExists(const char *filename) {
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 51 bool fileExists(const String& path)
54 return wxFileName::FileExists(path) || wxFileName::DirExists(path);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 312 if(BaflUtils::FileExists(aFs, name))

Completed in 290 milliseconds