Searched defs:mtime (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tools/bit/ |
D | util.h | 29 time_t mtime; member
|
/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()
|
/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
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | SharedStorageAgent.java | 68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()
|
/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()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateInternal.cpp | 141 time_t mtime = st.st_mtime; in DumpFileFromFdToFd() local
|
D | dumpstate.h | 173 time_t mtime; member
|
/frameworks/base/core/java/com/android/server/backup/ |
D | SystemBackupAgent.java | 131 int type, String domain, String path, long mode, long mtime) in onRestoreFile()
|
/frameworks/base/core/java/android/app/ |
D | IBackupAgent.aidl | 160 int type, String domain, String path, long mode, long mtime, in doRestoreFile()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 801 File destination, int type, long mode, long mtime) in onRestoreFile() 902 int type, String domain, String path, long mode, long mtime) in onRestoreFile() 1130 int type, String domain, String path, long mode, long mtime, in doRestoreFile()
|
D | FullBackup.java | 147 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 334 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()
|