Home | History | Annotate | Download | only in base

Lines Matching defs:file_contents

1178   const std::wstring file_contents(L"Gooooooooooooooooooooogle");
1179 CreateTextFile(file_name_from, file_contents);
1200 EXPECT_EQ(file_contents, read_contents);
1389 const wchar_t file_contents[] = L"This is another target.";
1391 CreateTextFile(target_file, file_contents);
1402 EXPECT_EQ(file_contents, read_contents);