Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 1 of 1) 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()