src/java.base/windows/native/libjava/io_util_md.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/java.base/windows/native/libjava/io_util_md.h

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

Print this page

        

*** 36,46 **** * FileDescriptor.c, FileInputStream.c, FileOutputStream.c, * ProcessImpl_md.c */ WCHAR* pathToNTPath(JNIEnv *env, jstring path, jboolean throwFNFE); WCHAR* fileToNTPath(JNIEnv *env, jobject file, jfieldID id); ! WCHAR* getPrefixed(const WCHAR* path, int pathlen); WCHAR* currentDir(int di); int currentDirLength(const WCHAR* path, int pathlen); int handleAvailable(FD fd, jlong *pbytes); int handleSync(FD fd); jint handleSetLength(FD fd, jlong length); --- 36,46 ---- * FileDescriptor.c, FileInputStream.c, FileOutputStream.c, * ProcessImpl_md.c */ WCHAR* pathToNTPath(JNIEnv *env, jstring path, jboolean throwFNFE); WCHAR* fileToNTPath(JNIEnv *env, jobject file, jfieldID id); ! __declspec(dllexport) WCHAR* getPrefixed(const WCHAR* path, int pathlen); WCHAR* currentDir(int di); int currentDirLength(const WCHAR* path, int pathlen); int handleAvailable(FD fd, jlong *pbytes); int handleSync(FD fd); jint handleSetLength(FD fd, jlong length);
src/java.base/windows/native/libjava/io_util_md.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File