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.java521 String efDir = null; in fullBackupFile() local
556 efDir = efLocation.getCanonicalPath(); in fullBackupFile()
606 } else if ((efDir != null) && filePath.startsWith(efDir)) { in fullBackupFile()
608 rootpath = efDir; in fullBackupFile()