< prev index next >
src/java.base/windows/native/libjava/io_util_md.h
Print this page
rev 11339 : 8072611: (process) ProcessBuilder redirecting output to file should work with long file names (win)
Reviewed-by: rriggs, simonis
Contributed-by: johannes.scheerer@sap.com, stuefe
*** 31,41 ****
*/
#define FD jlong
/*
* Prototypes for functions in io_util_md.c called from io_util.c,
! * FileDescriptor.c, FileInputStream.c, FileOutputStream.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);
--- 31,42 ----
*/
#define FD jlong
/*
* Prototypes for functions in io_util_md.c called from io_util.c,
! * 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);
< prev index next >