Home
last modified time | relevance | path

Searched refs:sDestinationPath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java409 String sDestinationPath = FileHelper.getPath(_sResult); in compareJPEG() local
411 if (!sSourcePath.equals(sDestinationPath)) in compareJPEG()
418 String sDestination = FileHelper.appendPath(sDestinationPath, sNewSourceBasename); 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()
465 … String sResultFile = FileHelper.appendPath(sDestinationPath, aNameDPIPage.Name + ".ini"); in compareJPEG()

Completed in 7 milliseconds