Home
last modified time | relevance | path

Searched refs:kPrefsManifestBytes (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc71 EXPECT_CALL(prefs, GetString(kPrefsManifestBytes, _)) in TEST_F()
136 EXPECT_CALL(prefs, GetString(kPrefsManifestBytes, _)) in TEST_F()
H A Ddownload_action.cc96 if (!prefs_->GetString(kPrefsManifestBytes, &cached_manifest_bytes) || in LoadCachedManifest()
/aosp12/system/update_engine/common/
H A Dconstants.cc114 const char kPrefsManifestBytes[] = "manifest-bytes"; variable
H A Dconstants.h112 extern const char kPrefsManifestBytes[];
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc208 if (!prefs_->GetString(kPrefsManifestBytes, &cached_manifest_bytes) || in LoadCachedManifest()
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc440 prefs_->SetString(kPrefsManifestBytes, {begin, buffer_.size()}); in Write()
H A Ddelta_performer_integration_test.cc762 SetString(kPrefsManifestBytes, in ApplyDeltaFile()