HomeSort by relevance Sort by last modified time
    Searched refs:output_path_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 93 base::FilePath output_path_; member in class:media::chromeos::WebmEncoder
webm_encoder.cc 61 output_path_(output_path),
160 output_ = base::OpenFile(output_path_, "wb");
275 LOG(ERROR) << "Error writing to " << output_path_.value();
282 LOG(ERROR) << "Error writing to " << output_path_.value();
290 LOG(ERROR) << "Error writing to " << output_path_.value();
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.h 78 base::FilePath output_path_; member in class:net::SimpleCacheDumper
simple_cache_dumper.cc 26 output_path_(output_path),
44 LOG(INFO) << "Writing cache to: " << output_path_.value();
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 63 output_path_(output_path),
276 FILE* f = base::OpenFile(output_path_, "w");
280 output_path_.LossyDisplayName();
284 LOG(INFO) << "Writing results to " << output_path_.LossyDisplayName();
344 base::FilePath output_path_; member in class:Simulator

Completed in 4154 milliseconds