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 376 final String codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath();
404 traversalExcludeSet.add(codeCacheDir);
573 final String codeCacheDir;
598 codeCacheDir = ceContext.getCodeCacheDir().getCanonicalPath();
632 || filePath.startsWith(codeCacheDir)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 60 milliseconds