HomeSort by relevance Sort by last modified time
    Searched refs:codeCacheDir (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 320 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath();
348 traversalExcludeSet.add(codeCacheDir);
509 final String codeCacheDir;
534 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath();
568 || filePath.startsWith(codeCacheDir)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 320 milliseconds