Home
last modified time | relevance | path

Searched refs:kPrefsBootId (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/cros/
Dreal_system_state.cc115 system_rebooted_ = (!prefs_->GetString(kPrefsBootId, &prev_boot_id) || in Initialize()
117 prefs_->SetString(kPrefsBootId, boot_id); in Initialize()
/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc83 prefs_.SetString(kPrefsBootId, "oldboot"); in TEST_F()
94 ASSERT_TRUE(prefs_.Exists(kPrefsBootId)); in TEST_F()
96 ASSERT_TRUE(prefs_.GetString(kPrefsBootId, &prefs_boot_id)); in TEST_F()
Dupdate_attempter_android.cc898 prefs_->SetString(kPrefsBootId, current_boot_id); in UpdatePrefsAndReportUpdateMetricsOnReboot()
913 bool is_reboot = prefs_->Exists(kPrefsBootId) && in UpdatePrefsAndReportUpdateMetricsOnReboot()
914 (prefs_->GetString(kPrefsBootId, &last_boot_id) && in UpdatePrefsAndReportUpdateMetricsOnReboot()
919 prefs_->SetString(kPrefsBootId, current_boot_id); in UpdatePrefsAndReportUpdateMetricsOnReboot()
929 prefs_->SetString(kPrefsBootId, current_boot_id); in UpdatePrefsAndReportUpdateMetricsOnReboot()
/system/update_engine/common/
Dconstants.cc36 const char kPrefsBootId[] = "boot-id"; variable
Dconstants.h45 extern const char kPrefsBootId[];