Searched refs:getPrettyPath (Results 1 – 5 of 5) sorted by relevance
43 public String getPrettyPath(String path) { in getPrettyPath() method in PrettyPath44 return getPrettyPath(path, true); in getPrettyPath()56 public String getPrettyPath(String path, boolean sortable) { in getPrettyPath() method in PrettyPath
48 String pathName = pp.getPrettyPath(path); in main()
80 String ppath = prettyPath.getPrettyPath(path, false); in main()
316 String pretty_sort = prettyPathMaker.getPrettyPath(cleanedPath); in main()
285 String prettied = prettyPath.getPrettyPath(path, false); in checkPaths()