Searched refs:sNewDiffPath (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | GraphicalDifferenceCheck.java | 191 String sNewDiffPath = _sDiffPath; in check() local 200 if (sNewDiffPath != null) in check() 202 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in check() 205 … bOk &= checkOneFile(sEntry, sNewOutputPath, sNewReferencePath, sNewDiffPath, _aGTA); in check()
|
H A D | ConvWatchStarter.java | 259 String sNewDiffPath = m_sDiffPath; in compareGraphicalDiffs() local 268 if (sNewDiffPath != null) in compareGraphicalDiffs() 269 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in compareGraphicalDiffs() 277 …tatus(HTMLoutput, LISToutput, sEntry, sNewOutputPath, sNewReferencePath, sNewDiffPath, sNewSubDir); in compareGraphicalDiffs()
|
Completed in 18 milliseconds