Home
last modified time | relevance | path

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

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