HomeSort by relevance Sort by last modified time
    Searched full:cache_path (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 53 const FilePath& cache_path,
64 lazy_params->cache_path = cache_path;
220 lazy_params_->cache_path,
302 FilePath cache_path = app_path.Append(chrome::kCacheDirname); local
315 cache_path,
profile_impl_io_data.h 35 const FilePath& cache_path,
96 FilePath cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl.cc 140 // request context that we need, |cache_path| will be set to the user provided
143 void GetCacheParameters(ContextType type, FilePath* cache_path,
145 DCHECK(cache_path);
150 *cache_path = CommandLine::ForCurrentProcess()->GetSwitchValuePath(
373 FilePath cache_path = base_cache_path_; local
375 GetCacheParameters(kNormalContext, &cache_path, &cache_max_size);
376 cache_path = GetCachePath(cache_path);
391 io_data_.Init(cookie_path, cache_path, cache_max_size,
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ScriptC.java 69 private static final String CACHE_PATH = "com.android.renderscript.cache";
106 File f = new File(rs.mCacheDir, CACHE_PATH);
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 98 private static final File CACHE_PATH = Environment.getDownloadCacheDirectory();
188 mCacheFileStats.restat(CACHE_PATH.getAbsolutePath());
322 mCacheFileStats = new StatFs(CACHE_PATH.getAbsolutePath());
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 96 private static final String CACHE_PATH = "com.android.renderscript.cache";
107 File f = new File(cacheDir, CACHE_PATH);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 70 milliseconds