Searched defs:temp_output_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host_unittest.cc177 base::FilePath temp_output_file = temp_dir_.path().AppendASCII("output"); local
182 FakeLauncher::Create(temp_input_file, temp_output_file).Pass();
201 base::FilePath temp_output_file = temp_dir_.path().AppendASCII("output"); local
228 temp_output_file).Pass();
241 ASSERT_TRUE(base::ReadFileToString(temp_output_file, &output));

Completed in 57 milliseconds