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

/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/
H A DIBackupAgent.aidl141 * @param mtime Last modification time of the file system entity.
150 int type, String domain, String path, long mode, long mtime,
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime)
95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
67 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/core/java/com/android/server/backup/
H A DSystemBackupAgent.java141 int type, String domain, String path, long mode, long mtime)
164 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
140 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java722 * @param mtime The modification time of the file when it was backed up, suitable to
727 File destination, int type, long mode, long mtime)
732 FullBackup.restoreFile(data, size, type, mode, mtime, accept ? destination : null);
827 int type, String domain, String path, long mode, long mtime)
833 + " mtime=" + mtime);
847 onRestoreFile(data, size, outFile, type, mode, mtime);
861 FullBackup.restoreFile(data, size, type, mode, mtime, null);
1045 int type, String domain, String path, long mode, long mtime,
1049 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
726 onRestoreFile(ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) argument
826 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
1044 doRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
H A DFullBackup.java132 * the mode nor the mtime values will be applied to the restored file.
133 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
141 long size, int type, long mode, long mtime, File outFile) throws IOException {
204 outFile.setLastModified(mtime);
140 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp419 time_t mtime = st.st_mtime; local
420 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3516 long fileSize, int type, String path, long mode, long mtime,
3521 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime,
3886 // though, and will propagate its mtime, causing the tar header to vary.
3887 // Avoid this problem by pinning the mtime to zero.
3928 // for the widget block by using a fixed mtime on the transient file.
5253 long mtime; // last mod time, UTC time_t (actually int) field in class:BackupManagerService.FileMetadata
5353 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime,
5577 info.mtime, token, mBackupManagerBinder);
5592 info.domain, info.path, info.mode, info.mtime,
6170 Date stamp = new Date(info.mtime);
3515 restoreObbFile(String pkgName, ParcelFileDescriptor data, long fileSize, int type, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
/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
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2637 uint64_t ctime __unused, mtime __unused, duration __unused;
2642 mtime = U64_AT(&buffer[12]);
2647 mtime = U32_AT(&buffer[8]);

Completed in 362 milliseconds