Home | History | Annotate | Download | only in backup

Lines Matching defs:basePath

841         String basePath = null;
847 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain);
853 if (basePath != null) {
855 File outFile = new File(basePath, path);
857 if (outPath.startsWith(basePath + File.separatorChar)) {