Searched defs:fileExists (Results 1 - 18 of 18) sorted by relevance

/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/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/chromium/
H A DFileSystemChromium.cpp80 bool fileExists(const String& path) function in namespace:WebCore
82 return PlatformBridge::fileExists(path);
/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/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc31 bool WebFileUtilitiesImpl::fileExists(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp51 bool fileExists(const String& path) function in namespace:WebCore
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp56 bool fileExists = false; local
57 llvm::sys::fs::exists(infoFile, fileExists);
58 if (!fileExists)
171 bool fileExists = false; local
172 fs::exists(origFE->getName(), fileExists);
173 if (!fileExists)
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp67 bool fileExists(const String& path) function in namespace:WebCore
/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/qt/
H A DFileSystemQt.cpp46 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
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp100 bool fileExists(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
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.cpp125 void WorkerAsyncFileSystemChromium::fileExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::WorkerAsyncFileSystemChromium
H A DPlatformBridge.cpp334 bool PlatformBridge::fileExists(const String& path) function in class:WebCore::PlatformBridge
336 return webKitClient()->fileUtilities()->fileExists(path);
/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 ) ) {

Completed in 563 milliseconds