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

  /system/core/init/
init.h 138 extern struct selabel_handle *sehandle_prop;
init.c 62 struct selabel_handle *sehandle_prop; variable in typeref:struct:selabel_handle
774 sehandle_prop = selinux_android_prop_context_handle();
792 if (sehandle_prop)
793 selabel_close(sehandle_prop);
property_service.c 212 if (!sehandle_prop)
215 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0)

Completed in 32 milliseconds