Searched defs:relpath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java66 int type, String domain, String relpath, long mode, long mtime)
68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
73 int slash = relpath.indexOf('/');
76 int i = Integer.parseInt(relpath.substring(0, slash));
78 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
84 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
90 Slog.e(TAG, "Skipping data with malformed path " + relpath);
65 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java566 int type, String domain, String relpath, long mode, long mtime)
565 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument

Completed in 82 milliseconds