/frameworks/base/services/robotests/backup/src/android/app/backup/ |
D | ForwardingBackupAgent.java | 86 ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) in onRestoreFile() argument 88 mBackupAgent.onRestoreFile(data, size, destination, type, mode, mtime); in onRestoreFile() 99 long mtime) in onRestoreFile() argument 101 mBackupAgent.onRestoreFile(data, size, type, domain, path, mode, mtime); in onRestoreFile()
|
/frameworks/base/tools/bit/ |
D | util.cpp | 44 mtime = st.st_mtime; in FileInfo() 54 && mtime == that.mtime in operator ==() 63 || mtime != that.mtime in operator !=()
|
D | util.h | 29 time_t mtime; member
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | FileMetadata.java | 37 public long mtime; // last mod time, UTC time_t (actually int) field in FileMetadata 76 Date stamp = new Date(mtime); in dump()
|
D | KeyValueAdbRestoreEngine.java | 75 FullBackup.restoreFile(inFD, info.size, info.type, info.mode, info.mtime, restoreDataName); in prepareRestoreData()
|
/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/services/backup/java/com/android/server/backup/fullbackup/ |
D | FullBackupObbConnection.java | 112 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile() argument 117 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime, in restoreObbFile()
|
/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/services/core/java/com/android/server/backup/ |
D | SystemBackupAgent.java | 141 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument 164 FullBackup.restoreFile(data, size, type, mode, mtime, outFile); in onRestoreFile()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 147 time_t mtime = st.st_mtime; in DumpFileFromFdToFd() local 148 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime)); in DumpFileFromFdToFd()
|
D | dumpstate.h | 186 time_t mtime; member
|
D | dumpstate.cpp | 384 [](const auto& a, const auto& b) { return a.mtime > b.mtime; }); in GetDumpFds()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 851 File destination, int type, long mode, long mtime) in onRestoreFile() argument 856 FullBackup.restoreFile(data, size, type, mode, mtime, accept ? destination : null); in onRestoreFile() 926 int type, String domain, String path, long mode, long mtime) in onRestoreFile() argument 932 + " mtime=" + mtime); in onRestoreFile() 946 onRestoreFile(data, size, outFile, type, mode, mtime); in onRestoreFile() 960 FullBackup.restoreFile(data, size, type, mode, mtime, null); in onRestoreFile() 1175 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument 1179 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime); in doRestoreFile()
|
D | FullBackup.java | 149 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile() argument 212 outFile.setLastModified(mtime); in restoreFile()
|
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
D | RestoreFileRunnable.java | 59 mInfo.domain, mInfo.path, mInfo.mode, mInfo.mtime, in run()
|
D | FullRestoreEngine.java | 414 info.mtime, token, in restoreOneFile() 446 info.domain, info.path, info.mode, info.mtime, in restoreOneFile()
|
/frameworks/base/core/java/android/app/ |
D | IBackupAgent.aidl | 174 int type, String domain, String path, long mode, long mtime, in doRestoreFile() argument
|
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | TarBackupReader.java | 115 info.mtime = extractRadix(block, in readTarHeaders()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 411 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile() argument
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 3721 uint64_t ctime __unused, mtime __unused, duration __unused; in parseTrackHeader() 3726 mtime = U64_AT(&buffer[12]); in parseTrackHeader() 3731 mtime = U32_AT(&buffer[8]); in parseTrackHeader()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |