Searched defs:log_name (Results 1 – 3 of 3) sorted by relevance
39 explicit GrpcEventQueue(std::string log_name) : log_name_(std::move(log_name)){}; in GrpcEventQueue()
121 static unsigned int GetLogIndex(const std::string& log_name) { in GetLogIndex()
328 const char log_name[] = "adb.log"; in GetLogFilePath() local