Home
last modified time | relevance | path

Searched refs:msg_with_prefix (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp191 std::string msg_with_prefix = prefix_ + message; in operator ()() local
194 output_string = msg_with_prefix + std::string("\n"); in operator ()()
201 file, line, msg_with_prefix.c_str()); in operator ()()