Searched refs:timestamp (Results 1 – 3 of 3) sorted by relevance
176 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in VerifyAbUpdateCommands() local177 ASSERT_NE("", timestamp); in VerifyAbUpdateCommands()180 "post-timestamp=" + timestamp }; in VerifyAbUpdateCommands()227 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in TEST() local228 ASSERT_NE("", timestamp); in TEST()231 "ota-type=AB", "pre-device=" + device, "post-timestamp=" + timestamp, in TEST()
150 let mut listen_start_timestamp = EfiTcpSocket::timestamp(0); in fastboot_loop()175 } else if EfiTcpSocket::timestamp(listen_start_timestamp) > DEFAULT_TIMEOUT_MS { in fastboot_loop()182 listen_start_timestamp = EfiTcpSocket::timestamp(0); in fastboot_loop()
262 fn timestamp() -> u64 { in timestamp() function268 Instant::from_millis(i64::try_from(timestamp()).unwrap()) in time_instant()408 pub fn timestamp(base: u64) -> u64 { in timestamp() method409 let curr = timestamp(); in timestamp()