Searched refs:output_file_contents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc60 std::string output_file_contents; local
61 if (ReadFile(output_file, &output_file_contents))
62 EXPECT_EQ(output_file_contents, output);
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc415 std::string output_file_contents; local
416 CHECK(base::ReadFileToString(output_file, &output_file_contents));
432 output_file_contents));

Completed in 1475 milliseconds