Searched defs:asWin32Path (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java143 final String sourcePath = asWin32Path(source);
144 final String targetPath = asWin32Path(target);
287 final String sourcePath = asWin32Path(source);
288 final String targetPath = asWin32Path(target);
464 private static String asWin32Path(WindowsPath path) throws IOException { method in class:WindowsFileCopy

Completed in 30 milliseconds