Lines Matching refs:sOutputPath
196 String sOutputPath = m_aParameterHelper.getOutputPath(); in load() local
197 File aOutputPath = new File(sOutputPath); in load()
201 String sDestinationFile = FileHelper.appendPath(sOutputPath, sFilename); in load()
447 …String sOutputPath = (String)m_aParameterHelper.getTestParameters().get( convwatch.PropertyName.DO… in getOutputPath() local
448 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
451 … sOutputPath = FileHelper.appendPath(sOutputPath, DateHelper.getDateTimeForFilename()); in getOutputPath()
457 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath()
459 m_sOutputPath = sOutputPath; in getOutputPath()
469 String sOutputPath = getOutputPath(/*_nType*/); in storeComponent() local
480 sOutputPath = FileHelper.appendPath(sOutputPath, sName); in storeComponent()
483 String sBackPathName = sOutputPath; in storeComponent()
485 String sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputPath); in storeComponent()