HomeSort by relevance Sort by last modified time
    Searched defs:boot_id (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
real_system_state.cc 119 std::string boot_id; local
120 if (utils::GetBootId(&boot_id)) {
123 prev_boot_id != boot_id);
124 prefs_->SetString(kPrefsBootId, boot_id);
update_attempter_android_unittest.cc 82 // Check that the boot_id and reboot_count are updated.
83 std::string boot_id; local
84 utils::GetBootId(&boot_id);
88 EXPECT_EQ(boot_id, prefs_boot_id);
update_attempter_android.cc 670 string boot_id; local
671 TEST_AND_RETURN_FALSE(utils::GetBootId(&boot_id));
672 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id);
677 // In case of an update_engine restart without a reboot, we stored the boot_id
680 string boot_id; local
681 TEST_AND_RETURN_FALSE(utils::GetBootId(&boot_id));
687 update_completed_on_boot_id == boot_id);
update_attempter_unittest.cc 325 string boot_id; local
326 EXPECT_TRUE(utils::GetBootId(&boot_id));
327 fake_prefs.SetString(kPrefsUpdateCompletedOnBootId, boot_id);
    [all...]
update_attempter.cc 829 string boot_id; local
1512 string boot_id; local
    [all...]

Completed in 204 milliseconds