Home
last modified time | relevance | path

Searched refs:kPrefsTargetVersionUniqueId (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dconstants.cc72 const char kPrefsTargetVersionUniqueId[] = "target-version-unique-id"; variable
Dconstants.h73 extern const char kPrefsTargetVersionUniqueId[];
/system/update_engine/
Dpayload_state.cc1307 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded()
1321 if (prefs_->Exists(kPrefsTargetVersionUniqueId) && in ExpectRebootInNewVersion()
1322 prefs_->GetString(kPrefsTargetVersionUniqueId, in ExpectRebootInNewVersion()
1328 prefs_->SetString(kPrefsTargetVersionUniqueId, target_version_uid); in ExpectRebootInNewVersion()