Searched refs:fileExists (Results 1 - 25 of 42) sorted by relevance

12

/external/quake/src/com/android/quake/
H A DQuakeActivity.java99 return fileExists(SDCARD_DATA_PATH + PAK0_PATH)
100 || fileExists(INTERNAL_DATA_PATH + PAK0_PATH);
103 private boolean fileExists(String s) { method in class:QuakeActivity
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp81 } while (fileExists(fileName));
108 return fileExists(fileName);
/external/svox/pico/src/com/svox/pico/
H A DCheckVoiceData.java86 if (!fileExists(dataFiles[2 * i]) ||
87 !fileExists(dataFiles[(2 * i) + 1])){
113 private boolean fileExists(String filename){ method in class:CheckVoiceData
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
H A DPluginInfoStoreQt.cpp50 if (fileExists(*it))
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp80 bool fileExists(const String& path) function in namespace:WebCore
82 return PlatformBridge::fileExists(path);
/external/webkit/Source/WebCore/platform/brew/
H A DSharedBufferBrew.cpp47 if (!fileExists(filePath) || !getFileSize(filePath, fileSize))
H A DFileSystemBrew.cpp67 bool fileExists(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginDatabaseSymbian.cpp72 if (!fileExists(*pIt))
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileSystem.h103 virtual void fileExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebFileSystem
H A DWebFileUtilities.h52 virtual bool fileExists(const WebString& path) { return false; } function in class:WebKit::WebFileUtilities
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileSystemChromium.h63 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DAsyncFileSystemChromium.cpp99 void AsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemChromium
101 m_webFileSystem->fileExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks));
H A DWorkerAsyncFileSystemChromium.h72 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp63 bool fileExists = false; local
64 llvm::sys::fs::exists(infoFile, fileExists);
65 if (!fileExists)
186 bool fileExists = false; local
187 fs::exists(origFE->getName(), fileExists);
188 if (!fileExists)
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSFileManagerExtras.m149 static BOOL fileExists(NSString *path)
161 if (fileExists(path)) {
179 if (!fileExists(path))
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h20 virtual bool fileExists(const WebKit::WebString& path);
H A Dwebfileutilities_impl.cc31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h113 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
H A DFileSystem.h162 bool fileExists(const String&);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp46 bool fileExists(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp51 bool fileExists(const String& path) function in namespace:WebCore
/external/bzip2/
H A Dbzip2.c940 Bool fileExists ( Char* name ) function
1017 involves calling fileExists(), which in turn establishes its result
1168 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
1357 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
1387 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
1537 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp79 bool fileExists(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp45 bool fileExists(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp71 bool fileExists(const String& path) function in namespace:WebCore

Completed in 352 milliseconds

12