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

  /system/hwservicemanager/
AccessControl.h 21 struct selabel_handle* mSeHandle;
AccessControl.cpp 21 mSeHandle = selinux_android_hw_service_context_handle();
22 LOG_ALWAYS_FATAL_IF(mSeHandle == NULL, "Failed to acquire SELinux handle.");
90 if (selabel_lookup(mSeHandle, &targetContext, interface, 0) != 0) {

Completed in 66 milliseconds