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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java97 public static final int ERROR_INVALID_PARAMATER = 87; field in class:WindowsConstants
H A DWindowsFileAttributeViews.java101 // If ERROR_INVALID_PARAMATER is returned and the volume is
103 if (followLinks && x.lastError() == ERROR_INVALID_PARAMATER) {

Completed in 163 milliseconds