Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java683 String efDir = null; in fullBackupFile() local
718 efDir = efLocation.getCanonicalPath(); in fullBackupFile()
768 } else if ((efDir != null) && filePath.startsWith(efDir)) { in fullBackupFile()
770 rootpath = efDir; in fullBackupFile()