Searched refs:isUnc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUriSupport.java45 private static URI toUri(String path, boolean isUnc, boolean addSlash) { argument
49 if (isUnc) {
77 if (!isUnc)
112 return toUri(s, path.isUnc(), addSlash);
H A DWindowsPath.java356 boolean isUnc() { method in class:WindowsPath
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c132 int isUnc = (result[4] == L'U' && local
135 int prefixLen = (isUnc) ? 7 : 4;
137 int resultLen = len - prefixLen + (isUnc ? 1 : 0) + 1;
146 if (isUnc) {

Completed in 393 milliseconds