Searched refs:sNewSubDir (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | ConvWatchStarter.java | 255 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in compareGraphicalDiffs() local 260 if (sNewSubDir.length() > 0) in compareGraphicalDiffs() 263 sNewReferencePath = sNewReferencePath + fs + sNewSubDir; in compareGraphicalDiffs() 267 sNewOutputPath = sNewOutputPath + fs + sNewSubDir; in compareGraphicalDiffs() 269 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in compareGraphicalDiffs() 277 …tatus(HTMLoutput, LISToutput, sEntry, sNewOutputPath, sNewReferencePath, sNewDiffPath, sNewSubDir); in compareGraphicalDiffs()
|
H A D | GraphicalDifferenceCheck.java | 188 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, _sInputPath); in check() local 192 if (sNewSubDir.length() > 0) in check() 196 sNewReferencePath = sNewReferencePath + fs + sNewSubDir; in check() 199 sNewOutputPath = sNewOutputPath + fs + sNewSubDir; in check() 202 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in check()
|
/aoo41x/main/qadevOOo/runner/util/compare/ |
H A D | GraphicalComparator.java | 86 String sNewSubDir = ""; in createSpecialFile() local 89 sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, _sInputPath); in createSpecialFile() 95 if (sNewSubDir.length() > 0) in createSpecialFile() 97 sNewReferencePath = _sReferencePath + fs + sNewSubDir; in createSpecialFile()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | EnhancedComplexTestCase.java | 56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry() local 63 if (sNewSubDir.length() > 0) in callEntry() 70 sNewOutputPath = FileHelper.appendPath(sNewOutputPath, sNewSubDir); in callEntry()
|
Completed in 866 milliseconds