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

/system/core/init/
H A Dinit.h141 extern struct selabel_handle *sehandle_prop;
H A Dinit.c66 struct selabel_handle *sehandle_prop; variable in typeref:struct:selabel_handle
803 sehandle_prop = selinux_android_prop_context_handle();
821 if (sehandle_prop)
822 selabel_close(sehandle_prop);
H A Dproperty_service.c216 if (!sehandle_prop)
219 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0)

Completed in 49 milliseconds