OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_SEP
(Results
1 - 8
of
8
) sorted by null
/external/jdiff/src/jdiff/
JDiff.java
54
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");
HTMLReportGenerator.java
44
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
...]
HTMLFiles.java
126
String helpFileName = fullReportFileName + JDiff.
DIR_SEP
+ "jdiff_help" + h_.reportFileExt;
272
stylesheetFileName = h_.outputDir + JDiff.
DIR_SEP
+ stylesheetFileName;
RootDocToXML.java
34
if (!tempFileName.endsWith(JDiff.
DIR_SEP
))
35
tempFileName += JDiff.
DIR_SEP
;
84
if (!xsdFileName.endsWith(JDiff.
DIR_SEP
))
85
xsdFileName += JDiff.
DIR_SEP
;
[
all
...]
Diff.java
304
JDiff.
DIR_SEP
+ diffFileName + currPkgName +
438
JDiff.
DIR_SEP
+ diffFileName + "index" +
[
all
...]
HTMLIndexes.java
370
String sinceFileName = h_.outputDir + JDiff.
DIR_SEP
+ "missingSinces.txt";
[
all
...]
/external/qemu/android/utils/
path.c
647
# define
DIR_SEP
';'
649
# define
DIR_SEP
':'
680
* Items are separated by
DIR_SEP
, and two successive separators
688
char* p2 = strchr(p,
DIR_SEP
);
709
if (*p ==
DIR_SEP
)
/external/guava/guava/lib/
jdiff.jar
Completed in 3218 milliseconds