Searched refs:sehandle (Results 1 - 5 of 5) sorted by relevance

/bootable/recovery/updater/
H A Dupdater.h36 extern struct selabel_handle *sehandle;
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) {
H A Dinstall.c84 if (sehandle) {
85 selabel_lookup(sehandle, &secontext, mount_point, 0755);
265 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle);
372 NULL, NULL, sehandle);
/bootable/recovery/
H A Droots.cpp34 extern struct selabel_handle *sehandle;
274 int result = make_ext4fs(v->device, v->length, volume, sehandle);
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 110 milliseconds