/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | SharedStorageAgent.java | 68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument 95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile); in onRestoreFile()
|
D | ObbBackupService.java | 106 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/ |
D | BackupAgent.java | 724 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()
|
D | FullBackup.java | 139 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/ |
D | IObbBackupService.aidl | 43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile() argument
|
/frameworks/base/core/java/com/android/server/backup/ |
D | SystemBackupAgent.java | 138 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/ |
D | IBackupAgent.aidl | 150 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 417 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/ |
D | BackupManagerService.java | 3499 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/ |
D | MPEG4Extractor.cpp | 2506 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/ |
D | SettingsBackupAgent.java | 705 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|