Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dupdater_test.cpp230 std::string target_content; in TEST_F() local
231 ASSERT_TRUE(android::base::ReadFileToString(target_file, &target_content)); in TEST_F()
232 size_t target_size = target_content.size(); in TEST_F()
233 std::string target_hash = GetSha1(target_content); in TEST_F()