Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc81 const char kPrefsTargetVersionUniqueId[] = "target-version-unique-id"; variable
Dconstants.h82 extern const char kPrefsTargetVersionUniqueId[];
/system/update_engine/
Dpayload_state.cc1335 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded()
1349 if (prefs_->Exists(kPrefsTargetVersionUniqueId) && in ExpectRebootInNewVersion()
1350 prefs_->GetString(kPrefsTargetVersionUniqueId, in ExpectRebootInNewVersion()
1356 prefs_->SetString(kPrefsTargetVersionUniqueId, target_version_uid); in ExpectRebootInNewVersion()