Searched refs:aContentFile (Results 1 – 2 of 2) sorted by relevance
296 File aContentFile = null; in indexDocs() local298 aContentFile = new File( aContentFilesDir, aCaptionFileStr ); in indexDocs()302 writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs()314 File aContentFile = new File( aContentFilesDir, aContentFileStr ); in indexDocs() local317 … writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs()
56 public static Document Document( String aModule, File aCaptionFile, File aContentFile ) in Document() argument62 File aFile = aCaptionFile != null ? aCaptionFile : aContentFile; in Document()75 doc.add( new Field( "content", getReaderForFile( aContentFile ) ) ); in Document()
Completed in 13 milliseconds