Searched refs:RunBlockImageUpdate (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tests/unit/ |
D | updater_test.cpp | 163 void RunBlockImageUpdate(bool is_verify, PackageEntries entries, const std::string& image_file, in RunBlockImageUpdate() function in UpdaterTestBase 442 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F() 491 RunBlockImageUpdate(false, entries, image_file_, "", kHashTreeComputationFailure); in TEST_F() 645 RunBlockImageUpdate(false, entries, image_file_, "", kArgsParsingFailure); in TEST_F() 697 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F() 719 RunBlockImageUpdate(false, entries, image_file_, "", kPatchApplicationFailure); in TEST_F() 736 RunBlockImageUpdate(false, entries, image_file_, "", kPatchApplicationFailure); in TEST_F() 764 RunBlockImageUpdate(false, entries, image_file_, ""); in TEST_F() 793 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F() 814 RunBlockImageUpdate(false, entries, image_file_, ""); in TEST_F() [all …]
|