Searched refs:native_restorecon (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | SELinux.java | 141 return native_restorecon(pathname, 0); in restorecon() 154 private static native boolean native_restorecon(String pathname, int flags); in native_restorecon() method in SELinux 169 return native_restorecon(file.getCanonicalPath(), 0); in restorecon() 188 return native_restorecon(file.getCanonicalPath(), in restoreconRecursive()
|
/frameworks/base/core/jni/ |
D | android_os_SELinux.cpp | 383 static jboolean native_restorecon(JNIEnv *env, jobject, jstring pathnameStr, jint flags) { in native_restorecon() function 412 …ve_restorecon" , "(Ljava/lang/String;I)Z" , (void*)native_restorecon},
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 56136 Landroid/os/SELinux;->native_restorecon(Ljava/lang/String;I)Z
|