1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class jdk_internal_agent_FileSystemImpl */
4
5#ifndef _Included_jdk_internal_agent_FileSystemImpl
6#define _Included_jdk_internal_agent_FileSystemImpl
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: jdk_internal_agent_FileSystemImpl
12 * Method: isAccessUserOnly0
13 * Signature: (Ljava/lang/String;)Z
14 */
15JNIEXPORT jboolean JNICALL Java_jdk_internal_agent_FileSystemImpl_isAccessUserOnly0
16 (JNIEnv *, jclass, jstring);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
22