Lines Matching refs:sEntry
127 String sEntry = (String)aList[i]; in traverseDirectory() local
128 callEntry(sEntry, _aParam); in traverseDirectory()
165 String sEntry = FileHelper.appendPath(sPath, sKey); in foreachPSorPDFinInputPath() local
166 File aFile = new File(sEntry); in foreachPSorPDFinInputPath()
167 assure("File '" + sEntry + "' doesn't exists.", aFile.exists(), true); in foreachPSorPDFinInputPath()
170 callEntry(sEntry, _aParam); in foreachPSorPDFinInputPath()
238 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex() local
239 aList.add(sEntry); in runThroughEveryReportInIndex()
250 String sEntry = aList.get(i); in runThroughEveryReportInIndex() local
253 callEntry(sEntry, _aParam); in runThroughEveryReportInIndex()
287 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex() local
288 callEntry(sEntry, _aParam); in runThroughEveryReportInIndex()