Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp147 std::regex pathPrefix3("^/data/service/el[1-5]/[0-9]+/backup/bundles/.*"); in CheckPath() local
149 std::regex_match(path, pathPrefix3)) { in CheckPath()