Home | History | Annotate | Download | only in src

Lines Matching refs:sehandle

1377     struct selabel_handle *sehandle;
1380 sehandle = selabel_open(SELABEL_CTX_FILE, &seopts[policy_index], 1);
1382 if (!sehandle) {
1388 selabel_close(sehandle);
1394 return sehandle;
1399 struct selabel_handle* sehandle;
1402 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP,
1404 if (!sehandle) {
1412 return sehandle;
1417 struct selabel_handle* sehandle;
1420 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP,
1423 if (!sehandle) {
1431 return sehandle;