Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp145 std::regex pathPrefix1("^/data/app/el[1-5]/[0-9]+/(base|database)/.*"); in CheckPath() local
148 if (std::regex_match(path, pathPrefix1) || std::regex_match(path, pathPrefix2) || in CheckPath()