Searched refs:root_digest (Results 1 – 1 of 1) sorted by relevance
85 std::optional<std::string> root_digest; member127 DO(ParseJson(value["rootDigest"], apex_config.root_digest)); in ParseJson()194 .root_digest = std::nullopt, in LoadSystemApexes()223 if (apex_config.root_digest.has_value()) { in MakeSignature()224 apex_signature->set_rootdigest(apex_config.root_digest.value()); in MakeSignature()