Home
last modified time | relevance | path

Searched refs:kPrefsUpdateStateSignedSHA256Context (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dconstants.cc105 const char kPrefsUpdateStateSignedSHA256Context[] = variable
Dconstants.h105 extern const char kPrefsUpdateStateSignedSHA256Context[];
/system/update_engine/payload_consumer/
Ddelta_performer.cc1380 prefs->SetString(kPrefsUpdateStateSignedSHA256Context, ""); in ResetUpdateProgress()
1431 prefs_->SetString(kPrefsUpdateStateSignedSHA256Context, in CheckpointUpdateProgress()
1488 if (prefs_->GetString(kPrefsUpdateStateSignedSHA256Context, in PrimeUpdateState()
Ddelta_performer_integration_test.cc757 EXPECT_CALL(prefs, SetString(kPrefsUpdateStateSignedSHA256Context, _)) in ApplyDeltaFile()