HomeSort by relevance Sort by last modified time
    Searched defs:DIR_SEP (Results 1 - 3 of 3) 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");
  /external/qemu/android/utils/
path.c 631 # define DIR_SEP ';'
633 # define DIR_SEP ':'
662 * Items are separated by DIR_SEP, and two successive separators
668 char* p2 = strchr(p, DIR_SEP);
689 if (*p == DIR_SEP)
  /external/guava/guava/lib/
jdiff.jar 

Completed in 55 milliseconds