Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java73 String aDirToZipStr = ""; in mainImpl() local
122 aDirToZipStr = args[i + 1]; in mainImpl()
178 File aIndexDir = new File( aDirToZipStr + File.separator + aIndexDirName ); in mainImpl()
180 aSrcDirStr = aDirToZipStr; in mainImpl()
207 …String aCompleteCfsFileName = aDirToZipStr + File.separator + aIndexDirName + File.separator + aCf… in mainImpl()
208 …String aCompleteSegmentFileName = aDirToZipStr + File.separator + aIndexDirName + File.separator +… in mainImpl()
232 File aDirToZipFile = new File( aDirToZipStr ); in mainImpl()

Completed in 7 milliseconds