Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dinstall_test.cpp176 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in VerifyAbUpdateCommands() local
177 ASSERT_NE("", timestamp); in VerifyAbUpdateCommands()
180 "post-timestamp=" + timestamp }; in VerifyAbUpdateCommands()
227 std::string timestamp = android::base::GetProperty("ro.build.date.utc", ""); in TEST() local
228 ASSERT_NE("", timestamp); in TEST()
231 "ota-type=AB", "pre-device=" + device, "post-timestamp=" + timestamp, in TEST()
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs150 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()
Dnet.rs262 fn timestamp() -> u64 { in timestamp() function
268 Instant::from_millis(i64::try_from(timestamp()).unwrap()) in time_instant()
408 pub fn timestamp(base: u64) -> u64 { in timestamp() method
409 let curr = timestamp(); in timestamp()