/external/quake/src/com/android/quake/ |
D | QuakeActivity.java | 99 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/ |
D | CheckVoiceData.java | 86 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/ |
D | FileRemapper.cpp | 63 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/ |
D | SQLiteFileSystem.cpp | 81 } while (fileExists(fileName)); in getFileNameForNewDatabase() 108 return fileExists(fileName); in ensureDatabaseFileExists()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FileSystemChromium.cpp | 80 bool fileExists(const String& path) in fileExists() function 82 return PlatformBridge::fileExists(path); in fileExists()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AsyncFileSystemChromium.cpp | 99 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()
|
D | AsyncFileSystemChromium.h | 63 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
|
D | WorkerAsyncFileSystemChromium.h | 72 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
|
D | WorkerAsyncFileSystemChromium.cpp | 125 void WorkerAsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallba… in fileExists() function in WebCore::WorkerAsyncFileSystemChromium
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/ |
D | PluginInfoStoreQt.cpp | 50 if (fileExists(*it)) in pluginPathsInDirectory()
|
/external/webkit/Source/WebCore/platform/brew/ |
D | SharedBufferBrew.cpp | 47 if (!fileExists(filePath) || !getFileSize(filePath, fileSize)) in createWithContentsOfFile()
|
D | FileSystemBrew.cpp | 67 bool fileExists(const String& path) in fileExists() function
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileSystem.h | 103 …virtual void fileExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHE… in fileExists() function
|
D | WebFileUtilities.h | 52 virtual bool fileExists(const WebString& path) { return false; } in fileExists() function
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginDatabaseSymbian.cpp | 72 if (!fileExists(*pIt)) in getPluginPathsInDirectories()
|
/external/chromium/webkit/glue/ |
D | webfileutilities_impl.h | 20 virtual bool fileExists(const WebKit::WebString& path);
|
D | webfileutilities_impl.cc | 31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) { in fileExists() function in webkit_glue::WebFileUtilitiesImpl
|
/external/webkit/Source/WebCore/platform/ |
D | AsyncFileSystem.h | 113 virtual void fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
|
D | FileSystem.h | 162 bool fileExists(const String&);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSFileManagerExtras.m | 149 static BOOL fileExists(NSString *path) 161 if (fileExists(path)) { 179 if (!fileExists(path))
|
/external/bzip2/ |
D | bzip2.c | 940 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/ |
D | FileSystemWx.cpp | 51 bool fileExists(const String& path) in fileExists() function
|
/external/webkit/Source/WebCore/platform/qt/ |
D | FileSystemQt.cpp | 46 bool fileExists(const String& path) in fileExists() function
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 45 bool fileExists(const String& path) in fileExists() function
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDatabase.cpp | 320 if (!fileExists((*it)->path())) in getDeletedPlugins() 469 if (!fileExists(*pIt)) in getPluginPathsInDirectories()
|