Home
last modified time | relevance | path

Searched refs:sehandle_prop (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dinit.h25 extern struct selabel_handle *sehandle_prop;
Dproperty_service.cpp81 if (!sehandle_prop) { in check_mac_perms()
86 if (selabel_lookup(sehandle_prop, &tctx, name.c_str(), 1) != 0) { in check_mac_perms()
Dinit.cpp77 struct selabel_handle *sehandle_prop; variable
538 sehandle_prop = selinux_android_prop_context_handle(); in selinux_init_all_handles()