Searched refs:log_file_ (Results 1 – 2 of 2) sorted by relevance
234 log_file_.open(log_filename.c_str(), std::ofstream::out); in NetEqQualityTest()235 RTC_CHECK(log_file_.is_open()); in NetEqQualityTest()257 log_file_.close(); in ~NetEqQualityTest()350 return log_file_; in Log()
124 std::ofstream log_file_; variable