Searched refs:ERROR_NOT_SAME_DEVICE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java93 public static final int ERROR_NOT_SAME_DEVICE = 17; field in class:WindowsConstants
H A DWindowsFileCopy.java295 if (x.lastError() == ERROR_NOT_SAME_DEVICE) {
386 if (x.lastError() != ERROR_NOT_SAME_DEVICE)

Completed in 31 milliseconds