Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp163 void RunBlockImageUpdate(bool is_verify, PackageEntries entries, const std::string& image_file, in RunBlockImageUpdate() argument
168 std::string script = is_verify ? "block_image_verify" : "block_image_update"; in RunBlockImageUpdate()