HomeSort by relevance Sort by last modified time
    Searched defs:DIR_CACHE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/
base_paths_posix.h 17 DIR_CACHE, // Directory where to put cache data. Note this is
  /external/chromium/base/
base_paths.h 37 DIR_CACHE, // Directory where to put cache data. Note this is
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 39 private static final String DIR_CACHE = "cache";
283 context.getPackageName(), DIR_CACHE);
  /frameworks/base/core/java/android/os/
Environment.java 52 private static final String DIR_CACHE = "cache";
235 return buildPaths(mExternalDirsForApp, DIR_ANDROID, DIR_DATA, packageName, DIR_CACHE);

Completed in 342 milliseconds