Home | History | Annotate | Download | only in test

Lines Matching refs:output_path

164 // located at |output_path|.
168 const base::FilePath& output_path) {
189 if (AppendToFile(output_path, serialized_log.get(), output_bytes) == -1) {
196 // |output_path| is the path to write serialized log.
199 const base::FilePath& output_path,
412 LOG(INFO) << "Writing log: " << output_path.value();
416 base::ScopedFILE file(base::OpenFile(output_path, "wb"));
423 output_path);
425 output_path);
525 base::FilePath output_path = cmd->GetSwitchValuePath(
527 if (output_path.empty()) {
528 base::GetTempDir(&output_path);
529 output_path = output_path.AppendASCII("sim-events.gz");
544 media::cast::RunSimulation(source_path, output_path, extra_data, model);