Searched refs:source_content (Results 1 – 1 of 1) sorted by relevance
223 std::string source_content; in TEST_F() local224 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()