| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_nio_fs_LinuxNativeDispatcher */ |
| 4 | |
| 5 | #ifndef _Included_sun_nio_fs_LinuxNativeDispatcher |
| 6 | #define _Included_sun_nio_fs_LinuxNativeDispatcher |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_OPENAT |
| 11 | #define sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_OPENAT 2L |
| 12 | #undef sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_FUTIMES |
| 13 | #define sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_FUTIMES 4L |
| 14 | #undef sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_LUTIMES |
| 15 | #define sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_LUTIMES 16L |
| 16 | #undef sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_BIRTHTIME |
| 17 | #define sun_nio_fs_LinuxNativeDispatcher_SUPPORTS_BIRTHTIME 65536L |
| 18 | /* |
| 19 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 20 | * Method: setmntent0 |
| 21 | * Signature: (JJ)J |
| 22 | */ |
| 23 | JNIEXPORT jlong JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0 |
| 24 | (JNIEnv *, jclass, jlong, jlong); |
| 25 | |
| 26 | /* |
| 27 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 28 | * Method: getmntent |
| 29 | * Signature: (JLsun/nio/fs/UnixMountEntry;)I |
| 30 | */ |
| 31 | JNIEXPORT jint JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_getmntent |
| 32 | (JNIEnv *, jclass, jlong, jobject); |
| 33 | |
| 34 | /* |
| 35 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 36 | * Method: endmntent |
| 37 | * Signature: (J)V |
| 38 | */ |
| 39 | JNIEXPORT void JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_endmntent |
| 40 | (JNIEnv *, jclass, jlong); |
| 41 | |
| 42 | /* |
| 43 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 44 | * Method: fgetxattr0 |
| 45 | * Signature: (IJJI)I |
| 46 | */ |
| 47 | JNIEXPORT jint JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_fgetxattr0 |
| 48 | (JNIEnv *, jclass, jint, jlong, jlong, jint); |
| 49 | |
| 50 | /* |
| 51 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 52 | * Method: fsetxattr0 |
| 53 | * Signature: (IJJI)V |
| 54 | */ |
| 55 | JNIEXPORT void JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_fsetxattr0 |
| 56 | (JNIEnv *, jclass, jint, jlong, jlong, jint); |
| 57 | |
| 58 | /* |
| 59 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 60 | * Method: fremovexattr0 |
| 61 | * Signature: (IJ)V |
| 62 | */ |
| 63 | JNIEXPORT void JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_fremovexattr0 |
| 64 | (JNIEnv *, jclass, jint, jlong); |
| 65 | |
| 66 | /* |
| 67 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 68 | * Method: flistxattr |
| 69 | * Signature: (IJI)I |
| 70 | */ |
| 71 | JNIEXPORT jint JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_flistxattr |
| 72 | (JNIEnv *, jclass, jint, jlong, jint); |
| 73 | |
| 74 | /* |
| 75 | * Class: sun_nio_fs_LinuxNativeDispatcher |
| 76 | * Method: init |
| 77 | * Signature: ()V |
| 78 | */ |
| 79 | JNIEXPORT void JNICALL Java_sun_nio_fs_LinuxNativeDispatcher_init |
| 80 | (JNIEnv *, jclass); |
| 81 | |
| 82 | #ifdef __cplusplus |
| 83 | } |
| 84 | #endif |
| 85 | #endif |
| 86 | |