Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/bit/
Dutil.h29 time_t mtime; member
/frameworks/base/core/java/com/android/internal/backup/
DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile()
/frameworks/base/services/backup/java/com/android/server/backup/
DFileMetadata.java37 public long mtime; // last mod time, UTC time_t (actually int) field in FileMetadata
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupObbConnection.java112 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile()
/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp141 time_t mtime = st.st_mtime; in DumpFileFromFdToFd() local
Ddumpstate.h173 time_t mtime; member
/frameworks/base/core/java/com/android/server/backup/
DSystemBackupAgent.java131 int type, String domain, String path, long mode, long mtime) in onRestoreFile()
/frameworks/base/core/java/android/app/
DIBackupAgent.aidl160 int type, String domain, String path, long mode, long mtime, in doRestoreFile()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java801 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()
DFullBackup.java147 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java334 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()