Home
last modified time | relevance | path

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

/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java113 String apath = f.getPath(); in recursionfiles() local
115 int sepIndex = apath.indexOf(File.separatorChar); in recursionfiles()
116 String userpath = apath.substring(sepIndex); in recursionfiles()
132 String apath = p; in getrealoutpath() local
134 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 18 milliseconds