Home
last modified time | relevance | path

Searched refs:deviceCodeCacheDir (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java333 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local
357 traversalExcludeSet.add(deviceCodeCacheDir); in onFullBackup()
518 final String deviceCodeCacheDir; in fullBackupFile() local
546 deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
573 || filePath.startsWith(deviceCodeCacheDir) in fullBackupFile()