Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.cpp31 constexpr const char *SECURITY_VALUE_XATTR_PARRERN = "s([01234])"; variable
128 return std::regex_match(value, std::regex(SECURITY_VALUE_XATTR_PARRERN)); in IsXattrValueValid()