Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java606 File destination, int type, long mode, long mtime) in onRestoreFile() argument
611 FullBackup.restoreFile(data, size, type, mode, mtime, accept ? destination : null); in onRestoreFile()
706 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument
712 + " mtime=" + mtime); in onRestoreFile()
726 onRestoreFile(data, size, outFile, type, mode, mtime); in onRestoreFile()
740 FullBackup.restoreFile(data, size, type, mode, mtime, null); in onRestoreFile()
908 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
912 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime); in doRestoreFile()
DFullBackup.java131 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile() argument
194 outFile.setLastModified(mtime); in restoreFile()
/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/com/android/internal/backup/
DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile() argument
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl129 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
/frameworks/base/core/java/com/android/server/backup/
DSystemBackupAgent.java153 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument
176 FullBackup.restoreFile(data, size, type, mode, mtime, outFile); in onRestoreFile()
/frameworks/native/cmds/dumpstate/
Dutils.c250 time_t mtime = st.st_mtime; in _dump_file_from_fd() local
251 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.java3187 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile() argument
3192 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime, in restoreObbFile()
4615 long mtime; // last mod time, UTC time_t (actually int) field in BackupManagerService.FileMetadata
4712 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run()
4929 info.mtime, token, mBackupManagerBinder); in restoreOneFile()
4944 info.domain, info.path, info.mode, info.mtime, in restoreOneFile()
5506 Date stamp = new Date(info.mtime); in dumpFileMetadata()
5530 info.mtime = extractRadix(block, 136, 12, 8); in readTarHeaders()
5893 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run()
6285 info.mtime, token, mBackupManagerBinder); in restoreOneFile()
[all …]
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2383 uint64_t ctime __unused, mtime __unused, duration __unused; in parseTrackHeader()
2388 mtime = U64_AT(&buffer[12]); in parseTrackHeader()
2393 mtime = U32_AT(&buffer[8]); in parseTrackHeader()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java619 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument