Home
last modified time | relevance | path

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

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