Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp131 std::regex reDigits("^[0-9]*$"); in IsLogNameValid() local
132 if (!std::regex_match(out[2], reDigits)) { // 2 : uid section in IsLogNameValid()
137 if (!std::regex_match(out[3], reDigits)) { // 3 : time section in IsLogNameValid()