Searched refs:native_restorecon (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | SELinux.java | 117 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/ |
D | android_os_SELinux.cpp | 304 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},
|