Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc119 const char kPayloadPropertyFileHash[] = "FILE_HASH"; variable
Dconstants.h116 extern const char kPayloadPropertyFileHash[];
/system/update_engine/payload_generator/
Dpayload_properties.cc77 properties.SetString(kPayloadPropertyFileHash, payload_hash_); in GetPropertiesAsKeyValue()
/system/update_engine/aosp/
Dupdate_attempter_android.cc121 return (headers.count(kPayloadPropertyFileHash) in GetPayloadId()
122 ? headers.at(kPayloadPropertyFileHash) in GetPayloadId()
209 if (!brillo::data_encoding::Base64Decode(headers[kPayloadPropertyFileHash], in ApplyPayload()
212 << headers[kPayloadPropertyFileHash]; in ApplyPayload()