Lines Matching refs:FileHelper

49         String sBasename = FileHelper.getBasename(_sFilename);         // if exist a path, remove it  in interpret()
50 String sNameNoSuffix = FileHelper.getNameNoSuffix(sBasename); // remove extension (.jpg) in interpret()
194 String sPath = FileHelper.getPath(_sDocumentName); in checkOneFile()
195 String sSectionName = FileHelper.getBasename(_sDocumentName); in checkOneFile()
198 String sIniFileForRefBuildID = FileHelper.appendPath(sPath, sSectionName + ".ini"); in checkOneFile()
205 String sIniFile = FileHelper.appendPath(sPath, "index.ini"); in checkOneFile()
218 String sJPEGPath = FileHelper.getPath(sJPEGFilename); in checkOneFile()
239 String sResultIniFile = FileHelper.appendPath(_sResult, sSectionName); in checkOneFile()
344 String sBasename = FileHelper.getBasename(_sDocumentName); in checkOnePicture()
345 String sResultFilename = FileHelper.appendPath(_sResult, sBasename); in checkOnePicture()
406 String sSourceBasename = FileHelper.getBasename(_sDocumentName); in compareJPEG()
407 String sSourcePath = FileHelper.getPath(_sDocumentName); in compareJPEG()
408 String sDestinationBasename = FileHelper.getBasename(_sResult); in compareJPEG()
409 String sDestinationPath = FileHelper.getPath(_sResult); in compareJPEG()
418 String sDestination = FileHelper.appendPath(sDestinationPath, sNewSourceBasename); in compareJPEG()
419 FileHelper.copy(sSource, sDestination); in compareJPEG()
424 …fferenceBasename = "Difference_between_" + FileHelper.getNameNoSuffix(sSourceBasename) + "_and_" +… in compareJPEG()
427 String sSource = FileHelper.appendPath(sDestinationPath, sSourceBasename); in compareJPEG()
428 String sDestination = FileHelper.appendPath(sDestinationPath, sDestinationBasename); in compareJPEG()
429 String sDifference = FileHelper.appendPath(sDestinationPath, sDifferenceBasename); in compareJPEG()
431 if (nErr == 0 && FileHelper.exists(sDifference)) in compareJPEG()
465 … String sResultFile = FileHelper.appendPath(sDestinationPath, aNameDPIPage.Name + ".ini"); in compareJPEG()
684 sComposite = FileHelper.appendPath(sIMPath, sComposite); in compareJPEG()
746 sIdentify = FileHelper.appendPath(sIMPath, sIdentify); in identify()