Searched refs:protLevel (Results 1 – 1 of 1) sorted by relevance
142 String protLevel = "????"; in protectionToString() local145 protLevel = "dangerous"; in protectionToString()148 protLevel = "normal"; in protectionToString()151 protLevel = "signature"; in protectionToString()154 protLevel = "signatureOrSystem"; in protectionToString()158 protLevel += "|system"; in protectionToString()161 protLevel += "|development"; in protectionToString()164 protLevel += "|appop"; in protectionToString()166 return protLevel; in protectionToString()