jdk/src/java.base/windows/native/libjava/io_util_md.h
changeset 28868 445be2b2eae8
parent 25859 3317bb8137f4
child 34890 0e8281ef3550
equal deleted inserted replaced
28867:470553603264 28868:445be2b2eae8
    31  */
    31  */
    32 #define FD jlong
    32 #define FD jlong
    33 
    33 
    34 /*
    34 /*
    35  * Prototypes for functions in io_util_md.c called from io_util.c,
    35  * Prototypes for functions in io_util_md.c called from io_util.c,
    36  * FileDescriptor.c, FileInputStream.c, FileOutputStream.c
    36  * FileDescriptor.c, FileInputStream.c, FileOutputStream.c,
       
    37  * ProcessImpl_md.c
    37  */
    38  */
    38 WCHAR* pathToNTPath(JNIEnv *env, jstring path, jboolean throwFNFE);
    39 WCHAR* pathToNTPath(JNIEnv *env, jstring path, jboolean throwFNFE);
    39 WCHAR* fileToNTPath(JNIEnv *env, jobject file, jfieldID id);
    40 WCHAR* fileToNTPath(JNIEnv *env, jobject file, jfieldID id);
    40 WCHAR* getPrefixed(const WCHAR* path, int pathlen);
    41 WCHAR* getPrefixed(const WCHAR* path, int pathlen);
    41 WCHAR* currentDir(int di);
    42 WCHAR* currentDir(int di);