Searched refs:source_content (Results 1 – 1 of 1) sorted by relevance
256 std::string source_content; in TEST_F() local257 ASSERT_TRUE(android::base::ReadFileToString(source_file, &source_content)); in TEST_F()258 size_t source_size = source_content.size(); in TEST_F()259 std::string source_hash = GetSha1(source_content); in TEST_F()