Home
last modified time | relevance | path

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

12

/aosp12/system/security/keystore2/src/
H A Did_rotation.rs105 let mtime = metadata.modified()?; in test_had_factory_reset_since_id_rotation() localVariable
106 let mtime = mtime.duration_since(UNIX_EPOCH)?; in test_had_factory_reset_since_id_rotation() localVariable
107 let mtime = in test_had_factory_reset_since_id_rotation() localVariable
109 let mtime = TimeVal::seconds(mtime.as_secs().try_into().unwrap()); in test_had_factory_reset_since_id_rotation() localVariable
/aosp12/build/blueprint/tests/
H A Dtest_tree_tests.sh3 function mtime() { function
/aosp12/frameworks/base/services/robotests/backup/src/android/app/backup/
H A DForwardingBackupAgent.java86 ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) in onRestoreFile()
99 long mtime) in onRestoreFile()
/aosp12/packages/modules/adb/
H A Dfile_sync_protocol.h50 uint32_t mtime; member
64 int64_t mtime; member
72 uint32_t mtime; member
87 int64_t mtime; member
/aosp12/frameworks/base/tools/bit/
H A Dutil.h29 time_t mtime; member
/aosp12/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DFileMetadata.java37 public long mtime; // last mod time, UTC time_t (actually int) field in FileMetadata
/aosp12/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java112 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile()
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp147 time_t mtime = st.st_mtime; in DumpFileFromFdToFd() local
H A Ddumpstate.h190 time_t mtime; member
/aosp12/frameworks/base/services/core/java/com/android/server/backup/
H A DSystemBackupAgent.java142 int type, String domain, String path, long mode, long mtime) in onRestoreFile()
/aosp12/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl170 int type, String domain, String path, long mode, long mtime, in doRestoreFile()
/aosp12/system/core/bootstat/
H A Dboot_event_record_store_test.cpp53 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java902 File destination, int type, long mode, long mtime) in onRestoreFile()
977 int type, String domain, String path, long mode, long mtime) in onRestoreFile()
1228 int type, String domain, String path, long mode, long mtime, in doRestoreFile()
H A DFullBackup.java216 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile()
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp574 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile()
620 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile()
732 const std::string& rpath, unsigned mtime) { in SendLargeFileLegacy()
1041 unsigned mtime, mode_t mode, bool sync, CompressionType compression, in sync_send()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Djffs2.h103 jint32_t mtime; member
H A Dfuse.h30 uint64_t mtime; member
254 uint64_t mtime; member
H A Dbtrfs_tree.h243 struct btrfs_timespec mtime; member
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h32 uint64_t mtime; member
267 uint64_t mtime; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h147 uint64_t mtime; member
440 uint64_t mtime; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h32 uint64_t mtime; member
279 uint64_t mtime; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h153 uint64_t mtime; member
458 uint64_t mtime; member
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java432 int type, String domain, String relpath, long mode, long mtime) in onRestoreFile()

12