Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp85 UpdateVerifier::UpdateVerifier() in UpdateVerifier() function in UpdateVerifier
92 std::map<std::string, std::string> UpdateVerifier::FindDmPartitions() { in FindDmPartitions()
138 bool UpdateVerifier::ReadBlocks(const std::string partition_name, in ReadBlocks()
191 bool UpdateVerifier::VerifyPartitions() { in VerifyPartitions()
212 bool UpdateVerifier::ParseCareMap() { in ParseCareMap()
288 void UpdateVerifier::set_care_map_prefix(const std::string& prefix) { in set_care_map_prefix()
292 void UpdateVerifier::set_property_reader( in set_property_reader()
344 UpdateVerifier verifier; in update_verifier()
/bootable/recovery/update_verifier/include/update_verifier/
Dupdate_verifier.h39 class UpdateVerifier {
41 UpdateVerifier();
/bootable/recovery/tests/component/
Dupdate_verifier_test.cpp86 UpdateVerifier verifier_;