Home
last modified time | relevance | path

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

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