Searched defs:sehandle (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/updater/
H A Dupdater.c35 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
113 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
115 if (!sehandle) {
/bootable/recovery/
H A Drecovery.cpp48 struct selabel_handle *sehandle; variable in typeref:struct:selabel_handle
148 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1, sehandle);
871 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
873 if (!sehandle) {

Completed in 29 milliseconds