Searched refs:sRoot (Results 1 – 1 of 1) sorted by relevance
27 private static Path sRoot = new Path(null, "ROOT"); field in Path103 Path current = sRoot; in fromString()114 for (Path p = this; p != sRoot; p = p.mParent) { in split()119 for (Path p = this; p != sRoot; p = p.mParent) { in split()184 if (this == sRoot) return ""; in getPrefix()191 if (current == sRoot) { in getPrefixPath()194 while (current.mParent != sRoot) { in getPrefixPath()209 sRoot = new Path(null, ""); in clearAll()214 dumpAll(sRoot, "", ""); in dumpAll()