Home
last modified time | relevance | path

Searched defs:fileSelabelLookup (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DSELinux.java49 public static final native String fileSelabelLookup(String path); in fileSelabelLookup() method in SELinux
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp86 static jstring fileSelabelLookup(JNIEnv* env, jobject, jstring pathStr) { in fileSelabelLookup() function