Home | History | Annotate | Download | only in base

Lines Matching refs:ReadTextFile

236 std::wstring ReadTextFile(const FilePath& filename) {
560 std::wstring contents = ReadTextFile(link_from);
988 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to));
1320 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to));
1467 const std::wstring read_contents = ReadTextFile(dest_file);
1489 EXPECT_EQ(file_contents, ReadTextFile(dst));
1986 const std::wstring read_content = ReadTextFile(foobar);