Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java326 final String deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in onFullBackup() local
352 traversalExcludeSet.add(deviceFilesDir); in onFullBackup()
381 traversalExcludeSet.remove(deviceFilesDir); in onFullBackup()
385 traversalExcludeSet.add(deviceFilesDir); in onFullBackup()
513 final String deviceFilesDir; in fullBackupFile() local
540 deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in fullBackupFile()
600 } else if (filePath.startsWith(deviceFilesDir)) { in fullBackupFile()
602 rootpath = deviceFilesDir; in fullBackupFile()