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.java608 String efDir = null; in fullBackupFile() local
643 efDir = efLocation.getCanonicalPath(); in fullBackupFile()
693 } else if ((efDir != null) && filePath.startsWith(efDir)) { in fullBackupFile()
695 rootpath = efDir; in fullBackupFile()