Searched refs:aIndexFile (Results 1 – 3 of 3) sorted by relevance
221 File aIndexFile = new File(sIndexFile); in runThroughEveryReportInIndex() local222 if (aIndexFile.exists()) in runThroughEveryReportInIndex()294 assure("File '" + sIndexFile + "' doesn't exists.", aIndexFile.exists(), true); in runThroughEveryReportInIndex()442 File aIndexFile = new File(sIndexFile); in foreachResultCreateHTML() local443 if (aIndexFile.exists()) in foreachResultCreateHTML()
87 File aIndexFile = new File(sIndexFile); in checkOneFile() local88 if (aIndexFile.exists()) in checkOneFile()
257 File aIndexFile = new File( aIndexStr ); in queryImpl() local258 IndexReader reader = IndexReader.open( NIOFSDirectory.open( aIndexFile ), true ); in queryImpl()
Completed in 466 milliseconds