Home
last modified time | relevance | path

Searched refs:fileExists (Results 1 – 25 of 45) sorted by relevance

12

/external/quake/src/com/android/quake/
DQuakeActivity.java99 return fileExists(SDCARD_DATA_PATH + PAK0_PATH) in foundQuakeData()
100 || fileExists(INTERNAL_DATA_PATH + PAK0_PATH); in foundQuakeData()
103 private boolean fileExists(String s) { in fileExists() method in QuakeActivity
/external/svox/pico/src/com/svox/pico/
DCheckVoiceData.java86 if (!fileExists(dataFiles[2 * i]) || in onCreate()
87 !fileExists(dataFiles[(2 * i) + 1])){ in onCreate()
113 private boolean fileExists(String filename){ in fileExists() method in CheckVoiceData
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp63 bool fileExists = false; in initFromFile() local
64 llvm::sys::fs::exists(infoFile, fileExists); in initFromFile()
65 if (!fileExists) in initFromFile()
184 bool fileExists = false; in overwriteOriginal() local
185 fs::exists(origFE->getName(), fileExists); in overwriteOriginal()
186 if (!fileExists) in overwriteOriginal()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteFileSystem.cpp81 } while (fileExists(fileName)); in getFileNameForNewDatabase()
108 return fileExists(fileName); in ensureDatabaseFileExists()
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp80 bool fileExists(const String& path) in fileExists() function
82 return PlatformBridge::fileExists(path); in fileExists()
/external/webkit/Source/WebKit/chromium/src/
DAsyncFileSystemChromium.cpp99 void AsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> c… in fileExists() function in WebCore::AsyncFileSystemChromium
101 m_webFileSystem->fileExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)); in fileExists()
DAsyncFileSystemChromium.h63 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
DWorkerAsyncFileSystemChromium.h72 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
DWorkerAsyncFileSystemChromium.cpp125 void WorkerAsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallba… in fileExists() function in WebCore::WorkerAsyncFileSystemChromium
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
DPluginInfoStoreQt.cpp50 if (fileExists(*it)) in pluginPathsInDirectory()
/external/webkit/Source/WebCore/platform/brew/
DSharedBufferBrew.cpp47 if (!fileExists(filePath) || !getFileSize(filePath, fileSize)) in createWithContentsOfFile()
DFileSystemBrew.cpp67 bool fileExists(const String& path) in fileExists() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h103 …virtual void fileExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHE… in fileExists() function
DWebFileUtilities.h52 virtual bool fileExists(const WebString& path) { return false; } in fileExists() function
/external/webkit/Source/WebCore/plugins/symbian/
DPluginDatabaseSymbian.cpp72 if (!fileExists(*pIt)) in getPluginPathsInDirectories()
/external/chromium/webkit/glue/
Dwebfileutilities_impl.h20 virtual bool fileExists(const WebKit::WebString& path);
Dwebfileutilities_impl.cc31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) { in fileExists() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.h113 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
DFileSystem.h162 bool fileExists(const String&);
/external/webkit/Source/WebKit/mac/Misc/
DWebNSFileManagerExtras.m149 static BOOL fileExists(NSString *path)
161 if (fileExists(path)) {
179 if (!fileExists(path))
/external/bzip2/
Dbzip2.c940 Bool fileExists ( Char* name ) in fileExists() function
1168 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in compress()
1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) { in compress()
1357 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in uncompress()
1387 if ( srcMode == SM_F2F && fileExists ( outName ) ) { in uncompress()
1537 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in testf()
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp51 bool fileExists(const String& path) in fileExists() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp46 bool fileExists(const String& path) in fileExists() function
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp45 bool fileExists(const String& path) in fileExists() function
/external/webkit/Source/WebCore/plugins/
DPluginDatabase.cpp320 if (!fileExists((*it)->path())) in getDeletedPlugins()
469 if (!fileExists(*pIt)) in getPluginPathsInDirectories()

12