Searched refs:CreateLogFile (Results 1 – 1 of 1) sorted by relevance
83 int CreateLogFile(const std::string& file_name);205 int LogTable::CreateLogFile(const std::string& file_name) { in CreateLogFile() function in webrtc::LogTable377 if (tables_[table_name]->CreateLogFile(table_name + ".txt") == -1) in AddTable()