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.java141 return native_restorecon(pathname); in restorecon()
154 private static native boolean native_restorecon(String pathname); in native_restorecon() method in SELinux
169 return native_restorecon(file.getCanonicalPath()); in restorecon()
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp484 static jboolean native_restorecon(JNIEnv *env, jobject clazz, jstring pathname) { in native_restorecon() function
513 …ve_restorecon" , "(Ljava/lang/String;)Z" , (void*)native_restorecon},