Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dupdater_test.cpp233 std::string target_hash = GetSha1(target_content); in TEST_F() local
234 Partition target(target_file, target_size, target_hash); in TEST_F()
246 Partition bad_target(target_file, target_size - 1, target_hash); in TEST_F()