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

1 2

  /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/webkit/WebCore/platform/chromium/
FileSystemChromium.cpp 75 bool fileExists(const String& path)
77 return ChromiumBridge::fileExists(path);
DragDataChromium.cpp 72 if (fileExists(fileName) && !ChromiumBridge::isDirectory(fileName))
  /external/webkit/WebCore/platform/sql/
SQLiteFileSystem.cpp 77 } while (fileExists(fileName));
104 return 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...]
  /external/webkit/WebCore/plugins/symbian/
PluginDatabaseSymbian.cpp 72 if (!fileExists(*pIt))
  /external/webkit/WebCore/platform/wx/
FileSystemWx.cpp 51 bool fileExists(const String& path)
54 return wxFileName::FileExists(path) || wxFileName::DirExists(path);
  /external/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',
delphi.php 125 'FileCreate', 'FileDateToDateTime', 'FileExists', 'FileGetAttr',
inno.php 90 'FileDateToDateTime', 'FileExists', 'FilePos', 'FileSearch', 'FileSetDate', 'FileSize', 'FindClose', 'FindCmdLineSwitch',
cfm.php 167 'ExpandPath','ListSort','URLSessionFormat','FileExists','ListToArray','Val','Find','ListValueCount','ValueList',
lscript.php 147 'fac', 'filecrc', 'filedelete', 'fileexists', 'filefind', 'filerename',
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 47 bool fileExists(const String& path)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 329 boolean fileExists = false;
339 fileExists = true;
359 if (fileExists) {
  /external/webkit/WebCore/platform/
FileSystem.h 123 bool fileExists(const String&);
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 83 bool fileExists(const String& path)
  /external/webkit/WebCore/platform/posix/
FileSystemPOSIX.cpp 46 bool fileExists(const String& path)
  /external/webkit/WebCore/plugins/
PluginDatabase.cpp 287 if (!fileExists((*it)->path()))
433 if (!fileExists(*pIt))
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 69 bool fileExists(const String& path)
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 86 bool fileExists(const String& path)
  /external/bzip2/
bzip2.c 940 Bool fileExists ( Char* name )
1017 involves calling fileExists(), which in turn establishes its result
1168 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
    [all...]

Completed in 552 milliseconds

1 2