Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp263 std::string target_content; in TEST_F() local
264 ASSERT_TRUE(android::base::ReadFileToString(target_file, &target_content)); in TEST_F()
265 size_t target_size = target_content.size(); in TEST_F()
266 std::string target_hash = GetSha1(target_content); in TEST_F()