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

12

/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DProcessExecutablePathGtk.cpp46 if (fileExists(processPath))
62 if (fileExists(processPath))
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/efl/
H A DAudioBusEfl.cpp34 if (!fileExists(absoluteFilename))
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteFileSystem.cpp75 } while (fileExists(fileName));
102 return fileExists(fileName);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp49 static inline bool fileExists(const char* path) function
115 ASSERT_FALSE(fileExists(testData->destinationPath));
144 ASSERT_TRUE(fileExists(testData->destinationPath));
161 ASSERT_FALSE(fileExists(destinationPath));
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSFileManagerExtras.mm111 static BOOL fileExists(NSString *path)
123 if (fileExists(path)) {
141 if (!fileExists(path))
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DAsyncFileSystemEfl.cpp101 void AsyncFileSystemEfl::fileExists(const KURL&, PassOwnPtr<AsyncFileSystemCallbacks>) function in class:WebCore::AsyncFileSystemEfl
H A DAsyncFileSystemEfl.h50 virtual void fileExists(const KURL&, PassOwnPtr<AsyncFileSystemCallbacks>);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DAsyncFileSystemGtk.h44 virtual void fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DAsyncFileSystemGtk.cpp100 void AsyncFileSystemGtk::fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemGtk
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/gtk/
H A DWebGtkExtensionManager.cpp47 if (WebCore::fileExists(modulePaths[i]))
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAsyncFileSystemBlackBerry.cpp116 void AsyncFileSystemBlackBerry::fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemBlackBerry
118 m_platformFileSystem->fileExists(fileSystemURLToPath(path), new PlatformAsyncFileSystemCallbacks(callbacks));
H A DAsyncFileSystemBlackBerry.h60 virtual void fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemBlackBerry.h55 virtual void fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemBlackBerry.cpp109 platformFileSystem->fileExists(fileSystemURLToPath(path), callbacks);
179 void WorkerAsyncFileSystemBlackBerry::fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::WorkerAsyncFileSystemBlackBerry
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DAsyncFileSystem.h111 virtual void fileExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
H A DFileSystem.h161 bool fileExists(const String&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/unix/
H A DPluginInfoStoreUnix.cpp87 if (fileExists(*it))
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c510 Boolean fileExists; local
523 fileExists = false;
528 fileExists = true;
534 *exists = fileExists;
538 if (fileExists) {
548 if (fileExists) {
558 if (fileExists) {
571 if (fileExists) {
581 if (fileExists && isDirectory) {
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzip2.c944 Bool fileExists ( Char* name ) function
1021 involves calling fileExists(), which in turn establishes its result
1198 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
1231 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
1387 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
1417 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
1567 if ( srcMode != SM_I2O && !fileExists ( inName ) ) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c1523 Boolean fileExists; local
1556 fileExists = CFURLResourceIsReachable(myURL, NULL);
1559 if (fileExists) {
1893 Boolean fileExists; local
1910 fileExists = CFURLResourceIsReachable(myURL, NULL);
1913 if (fileExists) {
/macosx-10.9.5/WebCore-7537.78.1/platform/posix/
H A DFileSystemPOSIX.cpp47 bool fileExists(const String& path) function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DFileSystemQt.cpp51 bool fileExists(const String& path) function in namespace:WebCore
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context.cpp117 if (!fileExists(injectedBundlePath))
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Storage/
H A DLocalStorageDatabase.cpp87 if (!fileExists(m_databasePath) && openingStrategy == SkipIfNonExistent)
H A DLocalStorageDatabaseTracker.cpp168 if (!fileExists(databasePath) && openingStrategy == SkipIfNonExistent)

Completed in 396 milliseconds

12