Searched refs:DIR_SEP (Results 1 - 8 of 8) sorted by relevance

/external/jdiff/src/jdiff/
H A DJDiff.java54 if (!tempOldFileName.endsWith(JDiff.DIR_SEP)) {
55 tempOldFileName += JDiff.DIR_SEP;
71 if (!tempNewFileName.endsWith(JDiff.DIR_SEP)) {
72 tempNewFileName += JDiff.DIR_SEP;
108 commentsFileName = HTMLReportGenerator.commentsDir + DIR_SEP + commentsFileName;
110 commentsFileName = HTMLReportGenerator.outputDir + DIR_SEP + commentsFileName;
276 static String DIR_SEP = System.getProperty("file.separator"); field in class:JDiff
H A DHTMLReportGenerator.java44 fullReportFileName = outputDir + JDiff.DIR_SEP + reportFileName;
65 String changesSummaryName = fullReportFileName + JDiff.DIR_SEP +
142 String tlf = fullReportFileName + JDiff.DIR_SEP +
146 String allDiffsIndexName = fullReportFileName + JDiff.DIR_SEP +
149 String packagesIndexName = fullReportFileName + JDiff.DIR_SEP +
151 String classesIndexName = fullReportFileName + JDiff.DIR_SEP +
153 String constructorsIndexName = fullReportFileName + JDiff.DIR_SEP +
155 String methodsIndexName = fullReportFileName + JDiff.DIR_SEP +
157 String fieldsIndexName = fullReportFileName + JDiff.DIR_SEP +
173 String sf = fullReportFileName + JDiff.DIR_SEP
[all...]
H A DHTMLFiles.java126 String helpFileName = fullReportFileName + JDiff.DIR_SEP + "jdiff_help" + h_.reportFileExt;
272 stylesheetFileName = h_.outputDir + JDiff.DIR_SEP + stylesheetFileName;
H A DRootDocToXML.java34 if (!tempFileName.endsWith(JDiff.DIR_SEP))
35 tempFileName += JDiff.DIR_SEP;
84 if (!xsdFileName.endsWith(JDiff.DIR_SEP))
85 xsdFileName += JDiff.DIR_SEP;
871 filename = filename.replace('.', JDiff.DIR_SEP.charAt(0));
878 int idx = curDir.lastIndexOf(JDiff.DIR_SEP);
883 filename = srcLocation + JDiff.DIR_SEP + filename;
886 filename += JDiff.DIR_SEP + "package.htm";
H A DDiff.java304 JDiff.DIR_SEP + diffFileName + currPkgName +
438 JDiff.DIR_SEP + diffFileName + "index" +
H A DHTMLIndexes.java370 String sinceFileName = h_.outputDir + JDiff.DIR_SEP + "missingSinces.txt";
/external/qemu/android/utils/
H A Dpath.c635 # define DIR_SEP ';' macro
637 # define DIR_SEP ':' macro
668 * Items are separated by DIR_SEP, and two successive separators
676 char* p2 = strchr(p, DIR_SEP);
697 if (*p == DIR_SEP)
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 121 milliseconds