Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/include/update_verifier/
Dupdate_verifier.h49 bool VerifyPartitions();
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp191 bool UpdateVerifier::VerifyPartitions() { in VerifyPartitions() function in UpdateVerifier
347 } else if (!verifier.VerifyPartitions()) { in update_verifier()
/bootable/recovery/tests/component/
Dupdate_verifier_test.cpp137 ASSERT_TRUE(verifier_.VerifyPartitions()); in TEST_F()