Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc84 const char kPrefsTargetVersionUniqueId[] = "target-version-unique-id"; variable
Dconstants.h87 extern const char kPrefsTargetVersionUniqueId[];
/system/update_engine/cros/
Dpayload_state.cc1316 prefs_->Delete(kPrefsTargetVersionUniqueId); in ReportFailedBootIfNeeded()
1330 if (prefs_->Exists(kPrefsTargetVersionUniqueId) && in ExpectRebootInNewVersion()
1331 prefs_->GetString(kPrefsTargetVersionUniqueId, in ExpectRebootInNewVersion()
1337 prefs_->SetString(kPrefsTargetVersionUniqueId, target_version_uid); in ExpectRebootInNewVersion()