/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 469 File destination, int type, long mode, long mtime) in onRestoreFile() argument 471 FullBackup.restoreFile(data, size, type, mode, mtime, destination); in onRestoreFile() 480 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument 486 + " mtime=" + mtime); in onRestoreFile() 520 onRestoreFile(data, size, outFile, type, mode, mtime); in onRestoreFile() 534 FullBackup.restoreFile(data, size, type, mode, mtime, null); in onRestoreFile() 664 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument 668 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime); in doRestoreFile()
|
D | FullBackup.java | 96 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile() argument 157 outFile.setLastModified(mtime); in restoreFile()
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | SharedStorageAgent.java | 66 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument 93 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/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/android/app/ |
D | IBackupAgent.aidl | 117 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
|
/frameworks/base/services/java/com/android/server/ |
D | SystemBackupAgent.java | 126 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument 149 FullBackup.restoreFile(data, size, type, mode, mtime, outFile); in onRestoreFile()
|
D | BackupManagerService.java | 2547 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile() argument 2552 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime, in restoreObbFile() 3180 long mtime; // last mod time, UTC time_t (actually int) field in BackupManagerService.FileMetadata 3273 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run() 3652 info.mtime, token, mBackupManagerBinder); in restoreOneFile() 3667 info.domain, info.path, info.mode, info.mtime, in restoreOneFile() 4138 Date stamp = new Date(info.mtime); in dumpFileMetadata() 4161 info.mtime = extractRadix(block, 136, 12, 8); in readTarHeaders()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 230 time_t mtime = st.st_mtime; in dump_file() local 231 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in dump_file()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 1939 uint64_t ctime, mtime, duration; in parseTrackHeader() local 1944 mtime = U64_AT(&buffer[12]); in parseTrackHeader() 1949 mtime = U32_AT(&buffer[8]); in parseTrackHeader()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 480 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|