Searched defs:contextsCache (Results 1 – 1 of 1) sorted by relevance
92 Map<String, Boolean> contextsCache = new HashMap<String, Boolean>(); in testSELinuxPolicyFile() local141 …ivate PolicyFileTestResult runRuleChecks(SELinuxPolicyRule r, Map<String, Boolean> contextsCache) { in runRuleChecks()