Home
last modified time | relevance | path

Searched refs:WILDCARDS (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp145 const static char* WILDCARDS = "*?[]+.^&"; in WildcardToRegex() local
151 if (std::strchr(WILDCARDS, c) != nullptr) { in WildcardToRegex()
152 size_t index = std::strchr(WILDCARDS, c) - WILDCARDS; in WildcardToRegex()

Completed in 2 milliseconds