Searched refs:native_restorecon (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DSELinux.java117 return native_restorecon(pathname, 0);
130 private static native boolean native_restorecon(String pathname, int flags); method in class:SELinux
145 return native_restorecon(file.getCanonicalPath(), 0);
163 return native_restorecon(file.getCanonicalPath(), SELINUX_ANDROID_RESTORECON_RECURSE);
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp298 * Function: native_restorecon
304 static jboolean native_restorecon(JNIEnv *env, jobject, jstring pathnameStr, jint flags) { function in namespace:android
332 { "native_restorecon" , "(Ljava/lang/String;I)Z" , (void*)native_restorecon},

Completed in 408 milliseconds