Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/tests/
H A Dliblog_host_test.cpp36 static std::string MakeLogPattern(int priority, const char* tag, const char* message) { in MakeLogPattern() function
49 std::regex message_regex(MakeLogPattern(priority, tag, message)); in CheckMessage()