Lines Matching refs:fs
56 String fs; field in PRNCompare
61 fs = System.getProperty("file.separator"); in PRNCompare()
202 String fs = System.getProperty("file.separator"); in getJPEGName() local
204 String sJPEGName = _sOutputPath + fs + _sBasename + _sGS_PageOutput + ".jpg"; in getJPEGName()
227 String fs = System.getProperty("file.separator"); in createJPEGFromPostscript() local
230 String sOriginalFile = _sSourcePath + fs + _sSourceFile; in createJPEGFromPostscript()
478 String fs = System.getProperty("file.separator"); in createDiffs() local
480 …String sOld_BM_Gfx = sTmpDir + fs + sNameNoSuffix1 + "-BM-" + StringHelper.createValueString(i, 4… in createDiffs()
481 …String sNew_BM_Gfx = sTmpDir + fs + sNameNoSuffix2 + "-BM-" + StringHelper.createValueString(i, 4… in createDiffs()
543 String fs = System.getProperty("file.separator"); in compareJPEGs() local
545 String sDiffName = sTmpDir + fs + sNameNoSuffix1 + "-" + sNameNoSuffix2 + "-diff.jpg"; in compareJPEGs()
649 String sNewGfx = _sSourcePath1 + fs + _sSourceFile1; in checkDiffDiff()
650 String sOldGfx = _sSourcePath2 + fs + _sSourceFile2; in checkDiffDiff()