Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp86 UpdateVerifier::UpdateVerifier() in UpdateVerifier() function in UpdateVerifier
93 std::map<std::string, std::string> UpdateVerifier::FindDmPartitions() { in FindDmPartitions()
139 bool UpdateVerifier::ReadBlocks(const std::string partition_name, in ReadBlocks()
192 bool UpdateVerifier::CheckVerificationStatus() { in CheckVerificationStatus()
203 bool UpdateVerifier::VerifyPartitions() { in VerifyPartitions()
234 bool UpdateVerifier::ParseCareMap() { in ParseCareMap()
310 void UpdateVerifier::set_care_map_prefix(const std::string& prefix) { in set_care_map_prefix()
314 void UpdateVerifier::set_property_reader( in set_property_reader()
366 UpdateVerifier verifier; in update_verifier()
/bootable/recovery/update_verifier/include/update_verifier/
Dupdate_verifier.h40 class UpdateVerifier {
42 UpdateVerifier();
/bootable/recovery/tests/unit/
Dupdate_verifier_test.cpp86 UpdateVerifier verifier_;