Searched refs:mtime (Results 1 – 4 of 4) sorted by relevance
105 let mtime = metadata.modified()?; in test_had_factory_reset_since_id_rotation() localVariable106 let mtime = mtime.duration_since(UNIX_EPOCH)?; in test_had_factory_reset_since_id_rotation() localVariable107 let mtime = in test_had_factory_reset_since_id_rotation() localVariable108 mtime.checked_sub(ID_ROTATION_PERIOD).expect("Failed to subtract id rotation period"); in test_had_factory_reset_since_id_rotation()109 let mtime = TimeVal::seconds(mtime.as_secs().try_into().unwrap()); in test_had_factory_reset_since_id_rotation() localVariable115 utimes(&temp_file_path, &atime, &mtime)?; in test_had_factory_reset_since_id_rotation()
53 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord()
159 EXPECT_EQ(0u, response_.entry_out.attr.mtime); in TEST_F()218 EXPECT_EQ(0u, response_.attr_out.attr.mtime); in TEST_F()251 EXPECT_EQ(0u, response_.attr_out.attr.mtime); in TEST_F()
3179 std::optional<int64_t> mtime; in CollectApexInfoList() local3182 mtime.emplace(stat_buf.st_mtime); in CollectApexInfoList()3189 instance.IsPreInstalledApex(apex), is_active, mtime); in CollectApexInfoList()