Searched defs:CACHE_PATH (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java105 private static final File CACHE_PATH = Environment.getDownloadCacheDirectory(); field in class:DeviceStorageMonitorService
195 mCacheFileStats.restat(CACHE_PATH.getAbsolutePath());
330 mCacheFileStats = new StatFs(CACHE_PATH.getAbsolutePath());
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java237 private static final String CACHE_PATH = "com.android.renderscript.cache"; field in class:RenderScript
248 File f = new File(cacheDir, CACHE_PATH);

Completed in 82 milliseconds