Searched refs:output_file_name_ (Results 1 – 5 of 5) sorted by relevance
26 RtcEventLogOutputFileTest() : output_file_name_(GetOutputFilePath()) { in RtcEventLogOutputFileTest()29 remove(output_file_name_.c_str()); in RtcEventLogOutputFileTest()32 ~RtcEventLogOutputFileTest() override { remove(output_file_name_.c_str()); } in ~RtcEventLogOutputFileTest()41 std::ifstream file(output_file_name_, in GetOutputFileContents()50 const std::string output_file_name_; member in webrtc::RtcEventLogOutputFileTest54 auto output_file = std::make_unique<RtcEventLogOutputFile>(output_file_name_); in TEST_F()68 auto output_file = std::make_unique<RtcEventLogOutputFile>(output_file_name_); in TEST_F()79 std::make_unique<RtcEventLogOutputFile>(output_file_name_, 2); in TEST_F()99 std::make_unique<RtcEventLogOutputFile>(output_file_name_, size_limit); in TEST_F()110 std::make_unique<RtcEventLogOutputFile>(output_file_name_, 2); in TEST_F()[all …]
24 output_file_name_(output_file_name) {} in VpxPes2Ts()36 const std::string output_file_name_; variable
202 : input_file_name_(input_file), output_file_name_(output_file) {} in Webm2Pes()235 const std::string output_file_name_; variable
130 output_file_ = FilePtr(fopen(output_file_name_.c_str(), "wb"), FILEDeleter()); in ConvertToFile()133 output_file_name_.c_str()); in ConvertToFile()
214 if (input_file_name_.empty() || output_file_name_.empty()) { in ConvertToFile()219 output_file_ = FilePtr(fopen(output_file_name_.c_str(), "wb"), FILEDeleter()); in ConvertToFile()222 output_file_name_.c_str()); in ConvertToFile()