Searched refs:dumpAll (Results 1 – 2 of 2) sorted by relevance
213 static void dumpAll() { in dumpAll() method in Path214 dumpAll(sRoot, "", ""); in dumpAll()217 static void dumpAll(Path p, String prefix1, String prefix2) { in dumpAll() method in Path233 dumpAll(child, prefix2 + "+-- ", prefix2 + "| "); in dumpAll()235 dumpAll(child, prefix2 + "+-- ", prefix2 + " "); in dumpAll()
957 private String dumpPoliciesLocked(boolean dumpAll) { in dumpPoliciesLocked() argument959 if (dumpAll) { in dumpPoliciesLocked()