Searched refs:cachePath (Results 1 – 5 of 5) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | sys_android.cpp | 450 char cachePath[1024]; in CheckGLCacheVersion() local 451 …if ((int) (sizeof(cachePath)-1) < snprintf(cachePath, sizeof(cachePath), "%s" GLQUAKE_RELPATH "/ca… in CheckGLCacheVersion() 457 FILE* f = fopen(cachePath, "rb"); in CheckGLCacheVersion() 480 FILE* f = fopen(cachePath, "wb"); in CheckGLCacheVersion() 486 PMPLOG(("Could not write %s %d.\n", cachePath, errno)); in CheckGLCacheVersion()
|
/external/webkit/Source/WebKit2/WebProcess/win/ |
D | WebProcessWin.cpp | 117 RetainPtr<CFStringRef> cachePath(AdoptCF, parameters.cfURLCachePath.createCFString()); in platformInitializeWebProcess() local 118 if (!cachePath) in platformInitializeWebProcess() 123 …F, CFURLCacheCreate(kCFAllocatorDefault, cacheMemoryCapacity, cacheDiskCapacity, cachePath.get())); in platformInitializeWebProcess()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebContextMac.mm | 80 RetainPtr<CFStringRef> cachePath(AdoptCF, WKCopyFoundationCacheDirectory()); 81 if (!cachePath) 82 cachePath = reinterpret_cast<CFStringRef>(NSHomeDirectory()); 87 parameters.nsURLCachePath = [(NSString *)cachePath.get() stringByStandardizingPath];
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 1114 QString cachePath = QDesktopServices::storageLocation(QDesktopServices::CacheLocation); in enablePersistentStorage() local 1115 WebCore::makeAllDirectories(cachePath); in enablePersistentStorage() 1117 QFileInfo info(cachePath); in enablePersistentStorage() 1120 WebCore::PluginDatabase::setPersistentMetadataCachePath(cachePath); in enablePersistentStorage()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDatabase.cpp | 55 DEFINE_STATIC_LOCAL(String, cachePath, ()); in persistentPluginMetadataCachePath() 56 return cachePath; in persistentPluginMetadataCachePath()
|