/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptC.java | 105 String cachePath = rs.getApplicationContext().getCacheDir().toString(); 108 //Log.v(TAG, " path = " + cachePath); 109 return rs.nScriptCCreate(resName, cachePath, pgm, pgmLength);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
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/WebKit2/WebProcess/win/ |
WebProcessWin.cpp | 117 RetainPtr<CFStringRef> cachePath(AdoptCF, parameters.cfURLCachePath.createCFString()); 118 if (!cachePath) 123 RetainPtr<CFURLCacheRef> uiProcessCache(AdoptCF, CFURLCacheCreate(kCFAllocatorDefault, cacheMemoryCapacity, cacheDiskCapacity, cachePath.get()));
|
/external/quake/quake/src/WinQuake/ |
sys_android.cpp | 450 char cachePath[1024]; 451 if ((int) (sizeof(cachePath)-1) < snprintf(cachePath, sizeof(cachePath), "%s" GLQUAKE_RELPATH "/cacheversion", baseDir)) { 457 FILE* f = fopen(cachePath, "rb"); 480 FILE* f = fopen(cachePath, "wb"); 486 PMPLOG(("Could not write %s %d.\n", cachePath, errno));
|
common.cpp | 1365 void COM_CopyFile (const char *netpath, const char *cachepath) 1372 COM_CreatePath (cachepath); // create directories up to the cache file 1373 out = Sys_FileOpenWrite (cachepath); 1402 char cachepath[MAX_OSPATH]; local 1465 strcpy (cachepath, netpath); 1470 sprintf (cachepath,"%s%s", com_cachedir, netpath); 1472 sprintf (cachepath,"%s%s", com_cachedir, netpath+2); 1474 sprintf (cachepath,"%s%s", com_cachedir, netpath); 1477 cachetime = Sys_FileTime (cachepath); 1480 COM_CopyFile (netpath, cachepath); [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 86 String cachePath = mountService.getSecureContainerPath(cid); 88 " at " + cachePath); 89 return cachePath;
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
cache-bitmap.jd | 283 final String cachePath = 288 return new File(cachePath + File.separator + uniqueName);
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebsettings.cpp | [all...] |
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageCache.java | 512 final String cachePath = 517 return new File(cachePath + File.separator + uniqueName);
|
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 292 void setModuleCachePath(StringRef CachePath) { 293 ModuleCachePath = CachePath;
|
/external/webkit/Source/WebCore/plugins/ |
PluginDatabase.cpp | 55 DEFINE_STATIC_LOCAL(String, cachePath, ()); 56 return cachePath;
|
/external/quake/quake/src/QW/client/ |
common.c | 1441 void COM_CopyFile (char *netpath, char *cachepath) 1448 COM_CreatePath (cachepath); // create directories up to the cache file 1449 out = fopen(cachepath, "wb"); 1451 Sys_Error ("Error opening %s", cachepath); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 181 String cachePath = cacheFolder.getLocation().toOSString(); 186 executeAapt(COMMAND_CRUNCH, "", resPaths, "", cachePath, "", 0); [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |