Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp259 std::string source_hash = GetSha1(source_content); in TEST_F() local
260 Partition source(source_file, source_size, source_hash); in TEST_F()
284 Partition bad_source(source_file, source_size + 1, source_hash); in TEST_F()