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

  /external/chromium/chrome/common/
chrome_paths_unittest.cc 17 FilePath test_profile_dir, cache_dir; local
35 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
36 EXPECT_EQ(expected_cache_dir.value(), cache_dir.value());
42 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
43 EXPECT_EQ(test_profile_dir.value(), cache_dir.value());
chrome_paths_linux.cc 55 FilePath cache_dir; local
56 if (!PathService::Get(base::DIR_CACHE, &cache_dir))
62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
65 *result = cache_dir;
chrome_paths_mac.mm 116 FilePath cache_dir;
117 if (!PathService::Get(base::DIR_CACHE, &cache_dir))
119 if (!app_data_dir.AppendRelativePath(profile_dir, &cache_dir))
122 *result = cache_dir;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 27 public static final File CACHE_DIR = createTempDir("android-cache");
89 CACHE_DIR.mkdirs();
90 return CACHE_DIR;
146 clearFiles(CACHE_DIR);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 39 private final static String CACHE_DIR =
155 StatFs fs = new StatFs(CACHE_DIR);
160 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR));
177 fs.restat(CACHE_DIR);
DownloadManagerFunctionalTest.java 38 private final static String CACHE_DIR =
138 assertTrue(fileName.startsWith(CACHE_DIR));
  /external/chromium/base/
base_paths_linux.cc 114 FilePath cache_dir(base::nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME",
116 *result = cache_dir;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
smarty.php 65 '$debugging_ctrl', '$autoload_filters', '$compile_check', '$force_compile', '$caching', '$cache_dir',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 3082 milliseconds