Lines Matching refs:m_sInputPath
76 String m_sInputPath = ""; field in ConvWatchStarter
95 m_sInputPath = sINPATH; in initMember()
104 m_sReferencePath = m_sInputPath; in initMember()
143 if (m_sInputPath.startsWith("file:") || in initMember()
221 File aInputPathTest = new File(m_sInputPath); in compareGraphicalDiffs()
224 int n = m_sInputPath.lastIndexOf(fs); in compareGraphicalDiffs()
225 sHTMLName = m_sInputPath.substring(n + 1); in compareGraphicalDiffs()
235 File aInputPath = new File(m_sInputPath); in compareGraphicalDiffs()
242 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in compareGraphicalDiffs()
255 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in compareGraphicalDiffs()
289 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in compareGraphicalDiffs()
291 …runGDCWithStatus(HTMLoutput, LISToutput, m_sInputPath, m_sOutputPath, m_sReferencePath, m_sDiffPat… in compareGraphicalDiffs()