Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java181 File aCaptionFilesDir = new File( aSrcDirStr + File.separator + "caption" ); in mainImpl() local
191 … int nRet = indexDocs( writer, aModule, bExtensionMode, aCaptionFilesDir, aContentFilesDir ); in mainImpl()
221 deleteRecursively( aCaptionFilesDir ); in mainImpl()
265 File aCaptionFilesDir, File aContentFilesDir) throws IOException in indexDocs() argument
267 if( !aCaptionFilesDir.canRead() || !aCaptionFilesDir.isDirectory() ) in indexDocs()
270 System.out.println( "Not found: " + aCaptionFilesDir ); in indexDocs()
280 String[] aCaptionFiles = aCaptionFilesDir.list(); in indexDocs()
295 File aCaptionFile = new File( aCaptionFilesDir, aCaptionFileStr ); in indexDocs()

Completed in 21 milliseconds