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.java138 int type, String domain, String path, long mode, long mtime)
161 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
137 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.java719 * @param mtime The modification time of the file when it was backed up, suitable to
724 File destination, int type, long mode, long mtime)
729 FullBackup.restoreFile(data, size, type, mode, mtime, accept ? destination : null);
824 int type, String domain, String path, long mode, long mtime)
830 + " mtime=" + mtime);
844 onRestoreFile(data, size, outFile, type, mode, mtime);
858 FullBackup.restoreFile(data, size, type, mode, mtime, null);
1026 int type, String domain, String path, long mode, long mtime,
1030 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
723 onRestoreFile(ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) argument
823 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
1025 doRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
[all...]
H A DFullBackup.java130 * the mode nor the mtime values will be applied to the restored file.
131 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
139 long size, int type, long mode, long mtime, File outFile) throws IOException {
202 outFile.setLastModified(mtime);
138 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp417 time_t mtime = st.st_mtime; local
418 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3499 long fileSize, int type, String path, long mode, long mtime,
3504 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime,
3869 // though, and will propagate its mtime, causing the tar header to vary.
3870 // Avoid this problem by pinning the mtime to zero.
3911 // for the widget block by using a fixed mtime on the transient file.
5226 long mtime; // last mod time, UTC time_t (actually int) field in class:BackupManagerService.FileMetadata
5326 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime,
5550 info.mtime, token, mBackupManagerBinder);
5565 info.domain, info.path, info.mode, info.mtime,
6134 Date stamp = new Date(info.mtime);
3498 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.cpp2506 uint64_t ctime __unused, mtime __unused, duration __unused;
2511 mtime = U64_AT(&buffer[12]);
2516 mtime = U32_AT(&buffer[8]);

Completed in 4994 milliseconds