HomeSort by relevance Sort by last modified time
    Searched refs:native_restorecon (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
SELinux.java 141 return native_restorecon(pathname);
154 private static native boolean native_restorecon(String pathname); method in class:SELinux
169 return native_restorecon(file.getCanonicalPath());
  /frameworks/base/core/jni/
android_os_SELinux.cpp 401 * Function: native_restorecon
407 static jboolean native_restorecon(JNIEnv *env, jobject, jstring pathnameStr) { function in namespace:android
437 { "native_restorecon" , "(Ljava/lang/String;)Z" , (void*)native_restorecon},

Completed in 44 milliseconds