Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Did_rotation.rs111 let atime = metadata.accessed()?; in test_had_factory_reset_since_id_rotation() localVariable
112 let atime = atime.duration_since(UNIX_EPOCH)?; in test_had_factory_reset_since_id_rotation() localVariable
113 let atime = TimeVal::seconds(atime.as_secs().try_into().unwrap()); in test_had_factory_reset_since_id_rotation() localVariable
115 utimes(&temp_file_path, &atime, &mtime)?; in test_had_factory_reset_since_id_rotation()
/system/core/bootstat/
Dboot_event_record_store_test.cpp52 struct timeval atime = {/* tv_sec */ 0, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local
54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord()
/system/core/libappfuse/tests/
DFuseAppLoopTest.cc158 EXPECT_EQ(0u, response_.entry_out.attr.atime); in TEST_F()
217 EXPECT_EQ(0u, response_.attr_out.attr.atime); in TEST_F()
250 EXPECT_EQ(0u, response_.attr_out.attr.atime); in TEST_F()