Searched refs:pathSeparatorChar (Results 1 – 14 of 14) sorted by relevance
69 new char[] { File.pathSeparatorChar, '/' }, in parse()83 new char[] { File.pathSeparatorChar, '/' }, in parse()
368 character == File.pathSeparatorChar; in isDelimiter()378 character == File.pathSeparatorChar; in isFileDelimiter()
35 public static final char pathSeparatorChar = ':'; field in File37 public static final String pathSeparator = "" + pathSeparatorChar;
98 …if (!dataEntry.getName().replace(File.pathSeparatorChar, ClassConstants.PACKAGE_SEPARATOR).equals(… in read()
35 # This string may contain multiple paths, see File.pathSeparatorChar.
55 String theSeparator = String.valueOf(File.pathSeparatorChar); in findClass()
183 classpath.append(File.pathSeparatorChar); in getClassPath()
193 buf.append(File.pathSeparatorChar); in toString()
947 char sep = File.pathSeparatorChar; in appendPathList()
296 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart);
300 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart);
957 if((File.pathSeparatorChar == ';') && uri.startsWith("\\") && (uri.length() > 2) in fromURI()
472 classpath.append(File.pathSeparatorChar); in getClassPath()