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.java387 final String deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in onFullBackup() local
411 traversalExcludeSet.add(deviceCodeCacheDir); in onFullBackup()
580 final String deviceCodeCacheDir; in fullBackupFile() local
608 deviceCodeCacheDir = deContext.getCodeCacheDir().getCanonicalPath(); in fullBackupFile()
635 || filePath.startsWith(deviceCodeCacheDir) in fullBackupFile()