Searched refs:sOutputPath (Results 1 – 9 of 9) sorted by relevance
576 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()579 !sOutputPath.endsWith("\\")) in getOutputPath()581 sOutputPath += System.getProperty("file.separator"); in getOutputPath()584 sOutputPath += DateHelper.getDateTimeForFilename(); in getOutputPath()585 sOutputPath += System.getProperty("file.separator"); in getOutputPath()592 m_sOutputPath = sOutputPath; in getOutputPath()602 String sOutputPath = getOutputPath(/*_nType*/); in storeComponent() local605 sOutputPath += getDocumentPoolName(/*_nType*/); in storeComponent()606 sOutputPath += System.getProperty("file.separator"); in storeComponent()611 sOutputPath += _sName; in storeComponent()[all …]
758 String sOutputPath; in isReferenceExists() local761 sOutputPath = _sAbsoluteOutputPath; in isReferenceExists()767 sOutputPath = sInputPath; in isReferenceExists()775 String sAbsolutePrintFilename = sOutputPath + fs + sPrintFilename + ".prn"; in isReferenceExists()814 String sOutputPath; in buildReference() local817 sOutputPath = _sAbsoluteOutputPath; in buildReference()818 FileHelper.makeDirectories("", sOutputPath); in buildReference()823 sOutputPath = sInputPath; in buildReference()831 String sAbsolutePrintFilename = sOutputPath + fs + sPrintFilename + ".prn"; in buildReference()
490 String sOutputPath; in getOutputPath() local491 sOutputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_OUTPUT_PATH); in getOutputPath()492 checkIfMSWindowsConformPath(sOutputPath); in getOutputPath()493 return sOutputPath; in getOutputPath()
196 String sOutputPath = m_aParameterHelper.getOutputPath(); in load() local197 File aOutputPath = new File(sOutputPath); in load()201 String sDestinationFile = FileHelper.appendPath(sOutputPath, sFilename); in load()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() local480 sOutputPath = FileHelper.appendPath(sOutputPath, sName); in storeComponent()483 String sBackPathName = sOutputPath; in storeComponent()[all …]
131 … String sOutputPath = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); in getOutputPath() local132 if (sOutputPath == null || sOutputPath.length() == 0) in getOutputPath()138 m_sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
522 String sOutputPath = FileHelper.getPath(sOutputFilename); in impl_printToFileWithOOo() local523 File aFile = new File(sOutputPath); in impl_printToFileWithOOo()731 String sOutputPath; in isReferenceExists() local734 sOutputPath = _sAbsoluteOutputPath; in isReferenceExists()740 sOutputPath = sInputPath; in isReferenceExists()748 … String sAbsolutePrintFilename = FileHelper.appendPath(sOutputPath, sPrintFilename + ".prn"); in isReferenceExists()
387 String sOutputPath = _aParam.getOutputPath(); in foreachJPEGcompareWithJPEG() local388 … String sBasenameIni = FileHelper.appendPath(sOutputPath, sBasename + ".ps.ini"); in foreachJPEGcompareWithJPEG()
519 !sOutputPath.endsWith("\\")) in getOutputPath()521 sOutputPath += System.getProperty("file.separator"); in getOutputPath()523 sOutputPath += "tmp_123"; in getOutputPath()524 sOutputPath += System.getProperty("file.separator"); in getOutputPath()532 return sOutputPath; in getOutputPath()540 String sOutputPath = getOutputPath(_nType); in storeComponent() local543 sOutputPath += getDocumentPoolName(_nType); in storeComponent()544 sOutputPath += System.getProperty("file.separator"); in storeComponent()549 sOutputPath += _sName; in storeComponent()550 sOutputPath += getFormatExtension(_nType); in storeComponent()[all …]
254 my $sOutputPath = getProjectOutput();276 print PROPERTYFILE "DOC_COMPARATOR_OUTPUT_PATH=$sOutputPath\n";363 my $sOutputPath = getProjectOutput();370 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .419 my $sOutputPath = getProjectOutputReference(); 420 rmkdir $sOutputPath;422 my $sIndexFile = appendPath($sOutputPath, "index.ini");438 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .473 my $sOutputPath = getProjectOutput();481 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .
Completed in 45 milliseconds