Searched refs:native_restorecon (Results 1 – 2 of 2) sorted by relevance
141 return native_restorecon(pathname); in restorecon()154 private static native boolean native_restorecon(String pathname); in native_restorecon() method in SELinux169 return native_restorecon(file.getCanonicalPath()); in restorecon()
484 static jboolean native_restorecon(JNIEnv *env, jobject clazz, jstring pathname) { in native_restorecon() function513 …ve_restorecon" , "(Ljava/lang/String;)Z" , (void*)native_restorecon},