Searched defs:mtime (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java57 int type, String domain, String relpath, long mode, long mtime)
84 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
56 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java86 * the mode nor the mtime values will be applied to the restored file.
87 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
95 long size, int type, long mode, long mtime, File outFile) throws IOException {
156 outFile.setLastModified(mtime);
94 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
H A DBackupAgent.java406 * @param mtime The modification time of the file when it was backed up, suitable to
411 File destination, int type, long mode, long mtime)
413 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
422 int type, String domain, String path, long mode, long mtime)
428 + " mtime=" + mtime);
450 onRestoreFile(data, size, outFile, type, mode, mtime);
456 FullBackup.restoreFile(data, size, type, mode, mtime, null);
572 int type, String domain, String path, long mode, long mtime,
576 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
410 onRestoreFile(ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) argument
421 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
571 doRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java122 int type, String domain, String path, long mode, long mtime)
145 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
121 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
H A DBackupManagerService.java2873 long mtime; // last mod time, UTC time_t (actually int) field in class:BackupManagerService.FileMetadata
2964 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime,
3328 info.domain, info.path, info.mode, info.mtime,
3789 Date stamp = new Date(info.mtime);
3812 info.mtime = extractRadix(block, 136, 12, 8);
/frameworks/base/core/java/android/os/
H A DFileUtils.java73 public long mtime; field in class:FileUtils.FileStatus
/frameworks/native/cmds/dumpstate/
H A Dutils.c160 time_t mtime = st.st_mtime; local
161 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java363 int type, String domain, String relpath, long mode, long mtime)
362 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1489 uint64_t ctime, mtime, duration; local
1494 mtime = U64_AT(&buffer[12]);
1501 mtime = U32_AT(&buffer[8]);

Completed in 974 milliseconds