Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp34 static const char* PATTEN = "^[a-zA-Z0-9_-]{1,99}$"; variable
208 if (regcomp(&reg, PATTEN, REG_EXTENDED) < 0) { in IsValidPath()