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

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime)
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
75 int slash = relpath.indexOf('/');
78 int i = Integer.parseInt(relpath.substring(0, slash));
80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
92 Slog.e(TAG, "Skipping data with malformed path " + relpath);
67 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.java705 int type, String domain, String relpath, long mode, long mtime)
704 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument

Completed in 80 milliseconds