Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Did_rotation.rs107 let mtime = metadata.modified()?; in test_had_factory_reset_since_id_rotation() localVariable
108 let mtime = mtime.duration_since(UNIX_EPOCH)?; in test_had_factory_reset_since_id_rotation() localVariable
109 let mtime = in test_had_factory_reset_since_id_rotation() localVariable
111 let mtime = TimeVal::seconds(mtime.as_secs().try_into().unwrap()); in test_had_factory_reset_since_id_rotation() localVariable
/system/libvintf/
DApex.cpp37 int64_t mtime; in DeviceVintfDirs() local
100 int64_t mtime{}; in HasUpdate() local
DFileSystem.cpp66 status_t FileSystemImpl::modifiedTime(const std::string& path, int64_t* mtime, in modifiedTime()
110 status_t FileSystemUnderPath::modifiedTime(const std::string& path, int64_t* mtime, in modifiedTime()
DHostFileSystem.cpp58 status_t HostFileSystem::modifiedTime(const std::string& path, int64_t* mtime, in modifiedTime()
/system/core/bootstat/
Dboot_event_record_store_test.cpp53 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local
/system/apex/apexd/
Dapexd.cpp3492 std::optional<int64_t> mtime = in CollectApexInfoList() local