Searched refs:DIR_SEP (Results 1 – 7 of 7) sorted by relevance
54 if (!tempOldFileName.endsWith(JDiff.DIR_SEP)) { in startGeneration()55 tempOldFileName += JDiff.DIR_SEP; in startGeneration()71 if (!tempNewFileName.endsWith(JDiff.DIR_SEP)) { in startGeneration()72 tempNewFileName += JDiff.DIR_SEP; in startGeneration()108 commentsFileName = HTMLReportGenerator.commentsDir + DIR_SEP + commentsFileName; in startGeneration()110 commentsFileName = HTMLReportGenerator.outputDir + DIR_SEP + commentsFileName; in startGeneration()276 static String DIR_SEP = System.getProperty("file.separator"); field in JDiff
44 fullReportFileName = outputDir + JDiff.DIR_SEP + reportFileName; in generate()65 String changesSummaryName = fullReportFileName + JDiff.DIR_SEP + in generate()142 String tlf = fullReportFileName + JDiff.DIR_SEP + in generate()146 String allDiffsIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()149 String packagesIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()151 String classesIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()153 String constructorsIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()155 String methodsIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()157 String fieldsIndexName = fullReportFileName + JDiff.DIR_SEP + in generate()173 String sf = fullReportFileName + JDiff.DIR_SEP + in generate()[all …]
34 if (!tempFileName.endsWith(JDiff.DIR_SEP)) in writeXML()35 tempFileName += JDiff.DIR_SEP; in writeXML()84 if (!xsdFileName.endsWith(JDiff.DIR_SEP)) in writeXSD()85 xsdFileName += JDiff.DIR_SEP; in writeXSD()871 filename = filename.replace('.', JDiff.DIR_SEP.charAt(0)); in addPkgDocumentation()878 int idx = curDir.lastIndexOf(JDiff.DIR_SEP); in addPkgDocumentation()883 filename = srcLocation + JDiff.DIR_SEP + filename; in addPkgDocumentation()886 filename += JDiff.DIR_SEP + "package.htm"; in addPkgDocumentation()
126 String helpFileName = fullReportFileName + JDiff.DIR_SEP + "jdiff_help" + h_.reportFileExt; in emitHelp()272 stylesheetFileName = h_.outputDir + JDiff.DIR_SEP + stylesheetFileName; in emitStylesheet()
304 JDiff.DIR_SEP + diffFileName + currPkgName + in emitDocDiffs()438 JDiff.DIR_SEP + diffFileName + "index" + in emitDocDiffIndex()
370 String sinceFileName = h_.outputDir + JDiff.DIR_SEP + "missingSinces.txt"; in emitMissingSinces()
635 # define DIR_SEP ';' macro637 # define DIR_SEP ':' macro676 char* p2 = strchr(p, DIR_SEP);697 if (*p == DIR_SEP)