Home
last modified time | relevance | path

Searched refs:cachePath (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
Dsys_android.cpp450 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/
DWebProcessWin.cpp117 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/
DWebContextMac.mm80 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/
Dqwebsettings.cpp1114 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/
DPluginDatabase.cpp55 DEFINE_STATIC_LOCAL(String, cachePath, ()); in persistentPluginMetadataCachePath()
56 return cachePath; in persistentPluginMetadataCachePath()