Lines Matching refs:sOutputPath
575 … String sOutputPath = (String)param.get( convwatch.PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); in getOutputPath() local
576 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
578 if (!sOutputPath.endsWith("/") || // construct the output file name 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()
590 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath()
592 m_sOutputPath = sOutputPath; in getOutputPath()
602 String sOutputPath = getOutputPath(/*_nType*/); in storeComponent() local
605 sOutputPath += getDocumentPoolName(/*_nType*/); in storeComponent()
606 sOutputPath += System.getProperty("file.separator"); in storeComponent()
608 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in storeComponent()
611 sOutputPath += _sName; in storeComponent()
612 sOutputPath += getFormatExtension(_xComponent /*_nType*/); in storeComponent()
614 String sOutputURL = URLHelper.getFileURLFromSystemPath(sOutputPath); in storeComponent()