Home
last modified time | relevance | path

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

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile); in onRestoreFile()
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/android/app/backup/
DBackupAgent.java724 File destination, int type, long mode, long mtime) in onRestoreFile() argument
729 FullBackup.restoreFile(data, size, type, mode, mtime, accept ? destination : null); in onRestoreFile()
824 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument
830 + " mtime=" + mtime); in onRestoreFile()
844 onRestoreFile(data, size, outFile, type, mode, mtime); in onRestoreFile()
858 FullBackup.restoreFile(data, size, type, mode, mtime, null); in onRestoreFile()
1026 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
1030 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime); in doRestoreFile()
DFullBackup.java139 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile() argument
202 outFile.setLastModified(mtime); in restoreFile()
/frameworks/base/core/java/com/android/internal/backup/
DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile() argument
/frameworks/base/core/java/com/android/server/backup/
DSystemBackupAgent.java138 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument
161 FullBackup.restoreFile(data, size, type, mode, mtime, outFile); in onRestoreFile()
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl150 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
/frameworks/native/cmds/dumpstate/
Dutils.cpp417 time_t mtime = st.st_mtime; in _dump_file_from_fd() local
418 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in _dump_file_from_fd()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java3499 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile() argument
3504 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime, in restoreObbFile()
5226 long mtime; // last mod time, UTC time_t (actually int) field in BackupManagerService.FileMetadata
5326 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run()
5550 info.mtime, token, mBackupManagerBinder); in restoreOneFile()
5565 info.domain, info.path, info.mode, info.mtime, in restoreOneFile()
6134 Date stamp = new Date(info.mtime); in dumpFileMetadata()
6158 info.mtime = extractRadix(block, 136, 12, 8); in readTarHeaders()
6582 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run()
6974 info.mtime, token, mBackupManagerBinder); in restoreOneFile()
[all …]
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2506 uint64_t ctime __unused, mtime __unused, duration __unused; in parseTrackHeader()
2511 mtime = U64_AT(&buffer[12]); in parseTrackHeader()
2516 mtime = U32_AT(&buffer[8]); in parseTrackHeader()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java705 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument