e517664fc844c0c482879c6b5ba41fd537bd98e6
[cacao.git] / nat / UnixFileSystem.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/io/UnixFileSystem */
4
5 typedef struct java_io_UnixFileSystem {
6    java_objectheader header;
7    s4 slash;
8    s4 colon;
9 } java_io_UnixFileSystem;
10
11 /*
12  * Class:     java/io/UnixFileSystem
13  * Method:    isAbsolute
14  * Signature: (Ljava/io/File;)Z
15  */
16 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_isAbsolute (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
17 /*
18  * Class:     java/io/UnixFileSystem
19  * Method:    canonicalize
20  * Signature: (Ljava/lang/String;)Ljava/lang/String;
21  */
22 JNIEXPORT struct java_lang_String* JNICALL Java_java_io_UnixFileSystem_canonicalize (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_lang_String* par1);
23 /*
24  * Class:     java/io/UnixFileSystem
25  * Method:    getBooleanAttributes0
26  * Signature: (Ljava/io/File;)I
27  */
28 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_getBooleanAttributes0 (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
29 /*
30  * Class:     java/io/UnixFileSystem
31  * Method:    checkAccess
32  * Signature: (Ljava/io/File;Z)Z
33  */
34 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_checkAccess (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1, s4 par2);
35 /*
36  * Class:     java/io/UnixFileSystem
37  * Method:    getLastModifiedTime
38  * Signature: (Ljava/io/File;)J
39  */
40 JNIEXPORT s8 JNICALL Java_java_io_UnixFileSystem_getLastModifiedTime (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
41 /*
42  * Class:     java/io/UnixFileSystem
43  * Method:    getLength
44  * Signature: (Ljava/io/File;)J
45  */
46 JNIEXPORT s8 JNICALL Java_java_io_UnixFileSystem_getLength (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
47 /*
48  * Class:     java/io/UnixFileSystem
49  * Method:    createFileExclusively
50  * Signature: (Ljava/lang/String;)Z
51  */
52 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_createFileExclusively (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_lang_String* par1);
53 /*
54  * Class:     java/io/UnixFileSystem
55  * Method:    delete
56  * Signature: (Ljava/io/File;)Z
57  */
58 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_delete (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
59 /*
60  * Class:     java/io/UnixFileSystem
61  * Method:    deleteOnExit
62  * Signature: (Ljava/io/File;)Z
63  */
64 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_deleteOnExit (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
65 /*
66  * Class:     java/io/UnixFileSystem
67  * Method:    list
68  * Signature: (Ljava/io/File;)[Ljava/lang/String;
69  */
70 JNIEXPORT java_objectarray* JNICALL Java_java_io_UnixFileSystem_list (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
71 /*
72  * Class:     java/io/UnixFileSystem
73  * Method:    createDirectory
74  * Signature: (Ljava/io/File;)Z
75  */
76 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_createDirectory (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
77 /*
78  * Class:     java/io/UnixFileSystem
79  * Method:    rename
80  * Signature: (Ljava/io/File;Ljava/io/File;)Z
81  */
82 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_rename (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1, struct java_io_File* par2);
83 /*
84  * Class:     java/io/UnixFileSystem
85  * Method:    setLastModifiedTime
86  * Signature: (Ljava/io/File;J)Z
87  */
88 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_setLastModifiedTime (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1, s8 par2);
89 /*
90  * Class:     java/io/UnixFileSystem
91  * Method:    setReadOnly
92  * Signature: (Ljava/io/File;)Z
93  */
94 JNIEXPORT s4 JNICALL Java_java_io_UnixFileSystem_setReadOnly (JNIEnv *env ,  struct java_io_UnixFileSystem* this , struct java_io_File* par1);
95 /*
96  * Class:     java/io/UnixFileSystem
97  * Method:    initIDs
98  * Signature: ()V
99  */
100 JNIEXPORT void JNICALL Java_java_io_UnixFileSystem_initIDs (JNIEnv *env );