Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSELinux.java141 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/
Dandroid_os_SELinux.cpp383 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/
Dhiddenapi-greylist-max-o.txt56136 Landroid/os/SELinux;->native_restorecon(Ljava/lang/String;I)Z