Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dupdater_test.cpp223 std::string source_content; in TEST_F() local
224 ASSERT_TRUE(android::base::ReadFileToString(source_file, &source_content)); in TEST_F()
225 size_t source_size = source_content.size(); in TEST_F()
226 std::string source_hash = GetSha1(source_content); in TEST_F()