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

  /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/ceres-solver/scripts/
make_docs.py 49 cache_dir = build_root + '/doctrees' variable
61 os.system('%s -b html -d %s %s %s' %(sphinx_exe, cache_dir, src_dir, html_dir))
  /art/runtime/gc/space/
image_space.cc 94 DIR* cache_dir = opendir(cache_dir_path.c_str()); local
95 if (cache_dir == nullptr) {
100 for (struct dirent* de = readdir(cache_dir); de != nullptr; de = readdir(cache_dir)) {
121 CHECK_EQ(0, TEMP_FAILURE_RETRY(closedir(cache_dir))) << "Unable to close directory.";
    [all...]
  /external/skia/site/user/sample/
building.md 49 cache_dir = None
134 cache_dir = None
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 205 private final File CACHE_DIR;
226 return CACHE_DIR.getCanonicalPath();
264 CACHE_DIR = context.getCacheDir();
  /art/runtime/
oat_file_assistant.cc 323 std::string cache_dir = StringPrintf("%s%s", local
327 cache_dir.c_str(), &cached_oat_file_name_, &error_msg);
    [all...]
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 1332 milliseconds