Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_buffer.cpp205 std::string wildcardRegex = WildcardToRegex(filter.regex); in LogMatchFilter() local
206 std::regex regExpress(wildcardRegex); in LogMatchFilter()