Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp53 static const std::string APL_PREFIX = "apl="; variable
90 if (line.find(APL_PREFIX) == line.npos) { in CouldSkip()
109 if (!aplVisit && (tmp.find(APL_PREFIX) != tmp.npos)) { in DecodeString()
110 contextBuff.apl = tmp.substr(tmp.find(APL_PREFIX) + APL_PREFIX.size()); in DecodeString()