Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DPath.java213 static void dumpAll() { in dumpAll() method in Path
214 dumpAll(sRoot, "", ""); in dumpAll()
217 static void dumpAll(Path p, String prefix1, String prefix2) { in dumpAll() method in Path
233 dumpAll(child, prefix2 + "+-- ", prefix2 + "| "); in dumpAll()
235 dumpAll(child, prefix2 + "+-- ", prefix2 + " "); in dumpAll()