Lines Matching refs:sPath
45 String sPath = _aParam.getInputPath(); in callEntry() local
54 sPath = FileHelper.getPath(_aParam.getInputPath()); in callEntry()
56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry()
164 String sPath = FileHelper.getPath(_aParam.getInputPath()); in foreachPSorPDFinInputPath() local
165 String sEntry = FileHelper.appendPath(sPath, sKey); in foreachPSorPDFinInputPath()
205 String sPath = FileHelper.getPath(sInputPath); in foreachPSorPDFinInputPath() local
210 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachPSorPDFinInputPath()
375 String sPath = FileHelper.getPath(sInputPath); in foreachJPEGcompareWithJPEG() local
378 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachJPEGcompareWithJPEG()
433 String sPath = FileHelper.getPath(sInputPath); in foreachResultCreateHTML() local
436 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachResultCreateHTML()
441 String sIndexFile = FileHelper.appendPath(sPath, "index.ini"); in foreachResultCreateHTML()
465 HTMLResult aOutputter = new HTMLResult(sPath, sBasename + ".ps.html" ); in foreachResultCreateHTML()
474 String sIndexFile2 = FileHelper.appendPath(sPath, sPSFile + ".ini"); in foreachResultCreateHTML()