< prev index next >

src/java.base/windows/native/libjava/io_util_md.h

Print this page

        

*** 54,65 **** /* * Returns an opaque handle to file named by "path". If an error occurs, * returns -1 and an exception is pending. */ ! JNIEXPORT FD JNICALL ! winFileHandleOpen(JNIEnv *env, jstring path, int flags); /* * Macros to set/get fd from the java.io.FileDescriptor. * If GetObjectField returns null, SET_FD will stop and GET_FD * will simply return -1 to avoid crashing VM. --- 54,64 ---- /* * Returns an opaque handle to file named by "path". If an error occurs, * returns -1 and an exception is pending. */ ! FD winFileHandleOpen(JNIEnv *env, jstring path, int flags); /* * Macros to set/get fd from the java.io.FileDescriptor. * If GetObjectField returns null, SET_FD will stop and GET_FD * will simply return -1 to avoid crashing VM.
< prev index next >