Searched refs:output_path_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_to_file_renderer.cc45 output_path_(),
75 output_path_ = output_path;
95 if (rename((output_path_ + output_filename_).c_str(),
96 (output_path_ + prefix + output_filename_).c_str()) != 0) {
106 if (remove((output_path_ + output_filename_).c_str()) != 0) {
115 return output_path_ + output_filename_;
120 output_path_ = "";
/external/chromium_org/net/tools/dump_cache/
H A Dsimple_cache_dumper.h74 base::FilePath output_path_; member in class:net::SimpleCacheDumper
H A Dsimple_cache_dumper.cc26 output_path_(output_path),
43 LOG(INFO) << "Writing cache to: " << output_path_.value();
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_to_file_renderer.h79 std::string output_path_; member in class:ViEToFileRenderer
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc62 output_path_(output_path),
275 FILE* f = base::OpenFile(output_path_, "w");
279 output_path_.LossyDisplayName();
283 LOG(INFO) << "Writing results to " << output_path_.LossyDisplayName();
343 base::FilePath output_path_; member in class:Simulator
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc324 const std::string output_path_; member in class:webrtc::__anon15913::ApmTest
340 : output_path_(test::OutputPath()),

Completed in 1647 milliseconds