1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class com_googlecode_android_scripting_Exec */ 4 5 #ifndef _Included_com_googlecode_android_scripting_Exec 6 #define _Included_com_googlecode_android_scripting_Exec 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: com_googlecode_android_scripting_Exec 12 * Method: createSubprocess 13 * Signature: (Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[I)Ljava/io/FileDescriptor; 14 */ 15 JNIEXPORT jobject JNICALL Java_com_googlecode_android_1scripting_Exec_createSubprocess 16 (JNIEnv *, jclass, jstring, jobjectArray, jobjectArray, jstring, jintArray); 17 18 /* 19 * Class: com_googlecode_android_scripting_Exec 20 * Method: setPtyWindowSize 21 * Signature: (Ljava/io/FileDescriptor;IIII)V 22 */ 23 JNIEXPORT void JNICALL Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize 24 (JNIEnv *, jclass, jobject, jint, jint, jint, jint); 25 26 /* 27 * Class: com_googlecode_android_scripting_Exec 28 * Method: waitFor 29 * Signature: (I)I 30 */ 31 JNIEXPORT jint JNICALL Java_com_googlecode_android_1scripting_Exec_waitFor 32 (JNIEnv *, jclass, jint); 33 34 #ifdef __cplusplus 35 } 36 #endif 37 #endif 38