Searched refs:last_boot (Results 1 – 2 of 2) sorted by relevance
244 int last_boot = 0; in TEST_F() local249 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F()250 ct_.AddSnapshot({{MONOTONIC, last_mono}, {BOOTTIME, last_boot}}); in TEST_F()253 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F()254 ct_.AddSnapshot({{MONOTONIC_RAW, last_raw}, {BOOTTIME, last_boot}}); in TEST_F()
2547 uint32_t last_boot; member