HomeSort by relevance Sort by last modified time
    Searched defs:fileExists (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 80 bool fileExists(const String& path)
82 return PlatformBridge::fileExists(path);
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) {
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 46 bool fileExists(const String& path)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 51 bool fileExists(const String& path)
54 return wxFileName::FileExists(path) || wxFileName::DirExists(path);
  /external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h 103 virtual void fileExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
WebFileUtilities.h 52 virtual bool fileExists(const WebString& path) { return false; }
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.cpp 99 void AsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
101 m_webFileSystem->fileExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks));
WorkerAsyncFileSystemChromium.cpp 125 void WorkerAsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
PlatformBridge.cpp 334 bool PlatformBridge::fileExists(const String& path)
336 return webKitClient()->fileUtilities()->fileExists(path);
    [all...]
  /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/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/Source/WebCore/platform/brew/
FileSystemBrew.cpp 67 bool fileExists(const String& path)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 79 bool fileExists(const String& path)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 45 bool fileExists(const String& path)
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 71 bool fileExists(const String& path)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 100 bool fileExists(const String& path)
  /sdk/find_java/
utils.h 268 bool fileExists() const {
  /frameworks/native/cmds/atrace/
atrace.cpp 171 static bool fileExists(const char* filename) {
276 if (!fileExists(path)) {
282 ok |= fileExists(path);
329 if (fileExists(k_printTgidPath)) {
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 661 milliseconds

1 2