Searched refs:mtime (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl114 * @param mtime Last modification time of the file system entity.
117 int type, String domain, String path, long mode, long mtime,
/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime,
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java464 * @param mtime The modification time of the file when it was backed up, suitable to
469 File destination, int type, long mode, long mtime)
471 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
480 int type, String domain, String path, long mode, long mtime)
486 + " mtime=" + mtime);
520 onRestoreFile(data, size, outFile, type, mode, mtime);
534 FullBackup.restoreFile(data, size, type, mode, mtime, null);
664 int type, String domain, String path, long mode, long mtime,
668 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
468 onRestoreFile(ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) argument
479 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
663 doRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
H A DFullBackup.java87 * the mode nor the mtime values will be applied to the restored file.
88 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
96 long size, int type, long mode, long mtime, File outFile) throws IOException {
157 outFile.setLastModified(mtime);
95 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java66 int type, String domain, String relpath, long mode, long mtime)
93 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
65 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
H A DObbBackupService.java106 long fileSize, int type, String path, long mode, long mtime,
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java126 int type, String domain, String path, long mode, long mtime)
149 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
125 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
H A DBackupManagerService.java2547 long fileSize, int type, String path, long mode, long mtime,
2552 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime,
3180 long mtime; // last mod time, UTC time_t (actually int) field in class:BackupManagerService.FileMetadata
3273 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime,
3652 info.mtime, token, mBackupManagerBinder);
3667 info.domain, info.path, info.mode, info.mtime,
4138 Date stamp = new Date(info.mtime);
4161 info.mtime = extractRadix(block, 136, 12, 8);
2546 restoreObbFile(String pkgName, ParcelFileDescriptor data, long fileSize, int type, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
/frameworks/native/cmds/dumpstate/
H A Dutils.c230 time_t mtime = st.st_mtime; local
231 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java480 int type, String domain, String relpath, long mode, long mtime)
479 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1939 uint64_t ctime, mtime, duration; local
1944 mtime = U64_AT(&buffer[12]);
1949 mtime = U32_AT(&buffer[8]);

Completed in 750 milliseconds