Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:sehandle

57 static struct selabel_handle* sehandle;
95 if (!sehandle) {
96 ALOGE("SELinux: Failed to find sehandle. Aborting service_manager.\n");
100 if (selabel_lookup(sehandle, &tctx, name, 0) != 0) {
281 if (sehandle && selinux_status_updated() > 0) {
284 selabel_close(sehandle);
285 sehandle = tmp_sehandle;
363 sehandle = selinux_android_service_context_handle();
367 if (sehandle == NULL) {
368 ALOGE("SELinux: Failed to acquire sehandle. Aborting.\n");