Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp105 bool debuggableVisit = false; in DecodeString() local
121 } else if (!debuggableVisit && (tmp.find(DEBUGGABLE_PREFIX) != tmp.npos)) { in DecodeString()
124 debuggableVisit = true; in DecodeString()