Searched refs:apath (Results 1 – 1 of 1) sorted by relevance
113 String apath = f.getPath(); in recursionfiles() local115 int sepIndex = apath.indexOf(File.separatorChar); in recursionfiles()116 String userpath = apath.substring(sepIndex); in recursionfiles()132 String apath = p; in getrealoutpath() local134 int sepIndex = apath.indexOf(File.separatorChar); in getrealoutpath()135 int sepIndexLast = apath.lastIndexOf(File.separatorChar); in getrealoutpath()136 String userpath = apath.substring(sepIndex, sepIndexLast); in getrealoutpath()
Completed in 19 milliseconds