HomeSort by relevance Sort by last modified time
    Searched full:fileexists (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/quake/src/com/android/quake/
QuakeActivity.java 99 return fileExists(SDCARD_DATA_PATH + PAK0_PATH)
100 || fileExists(INTERNAL_DATA_PATH + PAK0_PATH);
103 private boolean fileExists(String s) {
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 86 if (!fileExists(dataFiles[2 * i]) ||
87 !fileExists(dataFiles[(2 * i) + 1])){
113 private boolean fileExists(String filename){
  /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/clang/lib/ARCMigrate/
FileRemapper.cpp 63 bool fileExists = false;
64 llvm::sys::fs::exists(infoFile, fileExists);
65 if (!fileExists)
186 bool fileExists = false;
187 fs::exists(origFE->getName(), fileExists);
188 if (!fileExists)
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 80 bool fileExists(const String& path)
82 return PlatformBridge::fileExists(path);
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.cpp 81 } while (fileExists(fileName));
108 return fileExists(fileName);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 20 virtual bool fileExists(const WebKit::WebString& path);
webfileutilities_impl.cc 31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 108 m_hasRhs = Fileexists(rhs_file);
140 m_hasrefX = Fileexists(lhs_file);
158 inline bool Fileexists(std::string file)
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 149 static BOOL fileExists(NSString *path)
161 if (fileExists(path)) {
179 if (!fileExists(path))
  /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):
  /external/webkit/Source/WebCore/platform/brew/
SharedBufferBrew.cpp 47 if (!fileExists(filePath) || !getFileSize(filePath, fileSize))
  /external/webkit/Source/WebCore/plugins/symbian/
PluginDatabaseSymbian.cpp 72 if (!fileExists(*pIt))
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.h 63 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
AsyncFileSystemChromium.cpp 99 void AsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
101 m_webFileSystem->fileExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks));
WorkerAsyncFileSystemChromium.h 72 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
PluginInfoStoreQt.cpp 50 if (fileExists(*it))
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 51 bool fileExists(const String& path)
54 return wxFileName::FileExists(path) || wxFileName::DirExists(path);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
oobas.php 60 'curdir','dir','fileattr','filecopy','filedatetime','fileexists',
asp.php 76 'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll'
sdlbasic.php 62 'append', 'eof', 'fileexists', 'filecopy', 'filemove', 'filerename',
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 52 virtual bool fileExists(const WebString& path) { return false; }
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 200 return FileExists(filename);
215 if (!FileExists(filename))
diskcache.h 76 virtual bool FileExists(const std::string& filename) const = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 39 if (!FileExists(path_to_symbolizer)) {

Completed in 1061 milliseconds

1 2 3 4