Searched refs:GetConsoleLogPath (Results 1 – 4 of 4) sorted by relevance
28 virtual std::string GetConsoleLogPath() = 0;
26 std::string GetConsoleLogPath() override;
154 std::string MainContextImpl::GetConsoleLogPath() { in GetConsoleLogPath() function in client::MainContextImpl
253 console_log_file_(MainContext::Get()->GetConsoleLogPath()), in ClientHandler()