Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java671 final String spDir; in fullBackupFile() local
696 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()
747 } else if (filePath.startsWith(spDir)) { in fullBackupFile()
749 rootpath = spDir; in fullBackupFile()