/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_mindprod_filetimes_FileTimes */ #ifndef _Included_com_mindprod_filetimes_FileTimes #define _Included_com_mindprod_filetimes_FileTimes #ifdef __cplusplus extern "C" { #endif #undef com_mindprod_filetimes_FileTimes_DEBUGGING #define com_mindprod_filetimes_FileTimes_DEBUGGING 1L #undef com_mindprod_filetimes_FileTimes_MILLISECONDS_PER_DAY #define com_mindprod_filetimes_FileTimes_MILLISECONDS_PER_DAY 86400000L #undef com_mindprod_filetimes_FileTimes_DIFF_IN_MILLIS #define com_mindprod_filetimes_FileTimes_DIFF_IN_MILLIS 11644473600000i64 /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetDirCreated * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetDirCreated (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetDirLastAccessed * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetDirLastAccessed (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetDirLastModified * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetDirLastModified (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetFileCreated * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetFileCreated (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetFileLastAccessed * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetFileLastAccessed (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeGetFileLastModified * Signature: (Ljava/lang/String;)J */ JNIEXPORT jlong JNICALL Java_com_mindprod_filetimes_FileTimes_nativeGetFileLastModified (JNIEnv *, jclass, jstring); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeSetDirTimes * Signature: (Ljava/lang/String;JJJ)Z */ JNIEXPORT jboolean JNICALL Java_com_mindprod_filetimes_FileTimes_nativeSetDirTimes (JNIEnv *, jclass, jstring, jlong, jlong, jlong); /* * Class: com_mindprod_filetimes_FileTimes * Method: nativeSetFileTimes * Signature: (Ljava/lang/String;JJJ)Z */ JNIEXPORT jboolean JNICALL Java_com_mindprod_filetimes_FileTimes_nativeSetFileTimes (JNIEnv *, jclass, jstring, jlong, jlong, jlong); #ifdef __cplusplus } #endif #endif