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.java433 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local
457 traversalExcludeSet.add(deviceCodeCacheDir); in onFullBackup()
630 final String deviceCodeCacheDir; in fullBackupFile() local
658 deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
685 || filePath.startsWith(deviceCodeCacheDir) in fullBackupFile()