Searched refs:GetFullPathName (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsLinkSupport.java174 path = GetFullPathName(path);
199 // The UNC does not have a share name (collapsed by GetFullPathName)
386 String full = GetFullPathName(path.toString());
H A DWindowsPath.java204 resolved = addPrefixIfNeeded(GetFullPathName(resolved));
262 wd = GetFullPathName(root + ".");
H A DWindowsNativeDispatcher.java923 * GetFullPathName(
930 static String GetFullPathName(String path) throws WindowsException { method in class:WindowsNativeDispatcher
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c119 returned result from GetFullPathName. If the file name in the path
127 DWORD retLen = GetFullPathName(path,

Completed in 53 milliseconds