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

/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c95 static void throwWindowsException(JNIEnv* env, DWORD lastError) { function
250 throwWindowsException(env, GetLastError());
263 throwWindowsException(env, GetLastError());
278 throwWindowsException(env, GetLastError());
287 throwWindowsException(env, GetLastError());
312 throwWindowsException(env, GetLastError());
321 throwWindowsException(env, GetLastError());
349 throwWindowsException(env, GetLastError());
362 throwWindowsException(env, GetLastError());
378 throwWindowsException(en
[all...]

Completed in 46 milliseconds