Home
last modified time | relevance | path

Searched refs:makeAllDirectories (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp133 static bool makeAllDirectories(IFileMgr* fileManager, const String& path) in makeAllDirectories() function
146 if (!makeAllDirectories(fileManager, path.substring(0, lastDivPos))) in makeAllDirectories()
163 bool makeAllDirectories(const String& path) in makeAllDirectories() function
167 return makeAllDirectories(fileMgr.get(), canonicalPath(path)); in makeAllDirectories()
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp75 bool makeAllDirectories(const String& path) in makeAllDirectories() function
77 return PlatformBridge::makeAllDirectories(path); in makeAllDirectories()
DPlatformBridge.h137 static bool makeAllDirectories(const String& path);
/external/webkit/Source/WebCore/storage/
DStorageSyncManager.cpp68 if (!makeAllDirectories(m_path)) { in fullDatabaseFilename()
DIDBSQLiteBackingStore.cpp174 if (!makeAllDirectories(pathBase)) { in open()
DIDBLevelDBBackingStore.cpp1484 if (!makeAllDirectories(pathBase)) { in open()
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h59 virtual bool makeAllDirectories(const WebString& path) { return false; } in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp147 bool makeAllDirectories(const String& path) in makeAllDirectories() function
157 if (!makeAllDirectories(path.substring(0, lastDivPos))) in makeAllDirectories()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteFileSystem.cpp95 return makeAllDirectories(path); in ensureDatabaseDirectoryExists()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_main.cpp195 if (WebCore::makeAllDirectories(wkdir)) { in _ewk_init_body()
/external/chromium/webkit/glue/
Dwebfileutilities_impl.h30 virtual bool makeAllDirectories(const WebKit::WebString& path);
Dwebfileutilities_impl.cc83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) { in makeAllDirectories() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp113 bool makeAllDirectories(const String& path) in makeAllDirectories() function
174 if (!makeAllDirectories(directory)) in storageDirectory()
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp88 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/
DFileSystem.h168 bool makeAllDirectories(const String& path);
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp76 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp191 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp151 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp1101 WebCore::makeAllDirectories(storagePath); in enablePersistentStorage()
1115 WebCore::makeAllDirectories(cachePath); in enablePersistentStorage()
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp378 bool PlatformBridge::makeAllDirectories(const String& path) in makeAllDirectories() function in WebCore::PlatformBridge
380 return webKitClient()->fileUtilities()->makeAllDirectories(path); in makeAllDirectories()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp605 makeAllDirectories(m_cacheDirectory); in openDatabase()
805 makeAllDirectories(flatFileDirectory); in store()
/external/webkit/Source/WebCore/plugins/
DPluginDatabase.cpp615 makeAllDirectories(persistentMetadataCachePath()); in updatePersistentMetadataCache()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp975 makeAllDirectories(m_databaseDirectory); in iconDatabaseSyncThread()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-161422 (WebCore::PlatformBridge::makeAllDirectories):
1642 (WebCore::ChromiumBridge::makeAllDirectories):
1758 (WebCore::ChromiumBridge::makeAllDirectories):
1879 (WebCore::PlatformBridge::makeAllDirectories):
11372 (WebCore::ChromiumBridge::makeAllDirectories):
17822 (WebCore::ChromiumBridge::makeAllDirectories):
18775 (WebCore::ChromiumBridge::makeAllDirectories):
28215 (WebCore::ChromiumBridge::makeAllDirectories):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-146180 (WebCore::makeAllDirectories):
7589 Move the makeAllDirectories() call to the background thread.
7592 …(WebCore::IconDatabase::iconDatabaseSyncThread): makeAllDirectories() here where it's not as expen…
8243 …(WebCore::makeAllDirectories): Small optimization that checks to see if the entire path exists alr…
48394 (WebCore::makeAllDirectories):

12