Lines Matching refs:ReadTextFile
307 std::wstring ReadTextFile(const FilePath& filename) { in ReadTextFile() function
655 EXPECT_EQ(bogus_content, ReadTextFile(link_from)); in TEST_F()
768 EXPECT_EQ(bogus_content, ReadTextFile(link_from)); in TEST_F()
783 EXPECT_EQ(file_contents, ReadTextFile(link_from)); in TEST_F()
784 EXPECT_EQ(file_contents, ReadTextFile(link_to)); in TEST_F()
1059 ASSERT_EQ(L"Mordecai", ReadTextFile(file_name_to)); in TEST_F()
1093 ASSERT_EQ(L"Rigby", ReadTextFile(file_name_to)); in TEST_F()
1122 ASSERT_EQ(L"Rigby", ReadTextFile(file_name_to)); in TEST_F()
1164 EXPECT_EQ(file_contents, ReadTextFile(dst)); in TEST_F()
1183 EXPECT_EQ(file_contents, ReadTextFile(dst)); in TEST_F()
1201 EXPECT_EQ(file_contents, ReadTextFile(dst)); in TEST_F()
1220 EXPECT_EQ(file_contents, ReadTextFile(dst)); in TEST_F()
1245 EXPECT_EQ(file_contents, ReadTextFile(dst)); in TEST_F()
1527 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to)); in TEST_F()
1859 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to)); in TEST_F()
1898 EXPECT_EQ(L"Old file content", ReadTextFile(file_name_to)); in TEST_F()
2184 EXPECT_EQ(file_contents, ReadTextFile(dest_file)); in TEST_F()
2192 EXPECT_EQ(new_file_contents, ReadTextFile(file_name_from)); in TEST_F()
2197 EXPECT_EQ(new_file_contents, ReadTextFile(dest_file)); in TEST_F()
2728 const std::wstring read_content = ReadTextFile(foobar); in TEST_F()