Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp113 std::regex reType("^[a-z]+$"); in IsLogNameValid() local
114 if (!std::regex_match(out[0], reType)) { // 0 : type section in IsLogNameValid()