Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc86 const char kPrefsUpdateCompletedOnBootId[] = "update-completed-on-boot-id"; variable
Dconstants.h87 extern const char kPrefsUpdateCompletedOnBootId[];
/system/update_engine/
Dupdate_attempter_android.cc384 if (!prefs_->Delete(kPrefsUpdateCompletedOnBootId)) in ResetStatus()
766 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()
778 return (prefs_->Exists(kPrefsUpdateCompletedOnBootId) && in UpdateCompletedOnThisBoot()
779 prefs_->GetString(kPrefsUpdateCompletedOnBootId, in UpdateCompletedOnThisBoot()
Dupdate_attempter.cc1061 prefs_->SetString(kPrefsUpdateCompletedOnBootId, boot_id); in WriteUpdateCompletedMarker()
1463 ret_value = prefs_->Delete(kPrefsUpdateCompletedOnBootId) && ret_value; in ResetStatus()
1821 if (!prefs_->Exists(kPrefsUpdateCompletedOnBootId) || in GetBootTimeAtUpdate()
1822 !prefs_->GetString(kPrefsUpdateCompletedOnBootId, in GetBootTimeAtUpdate()
Dupdate_attempter_unittest.cc647 fake_prefs.SetString(kPrefsUpdateCompletedOnBootId, boot_id); in TEST_F()