Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dupdater.c38 struct selabel_handle *sehandle; variable
121 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1); in main()
123 if (!sehandle) { in main()
Dupdater.h35 extern struct selabel_handle *sehandle;
Dinstall.c138 if (sehandle) { in MountFn()
139 selabel_lookup(sehandle, &secontext, mount_point, 0755); in MountFn()
337 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle); in FormatFn()
500 NULL, NULL, sehandle); in PackageExtractDirFn()
/bootable/recovery/
Droots.cpp40 extern struct selabel_handle *sehandle;
236 result = make_ext4fs(v->blk_device, length, volume, sehandle); in format_volume()
Drecovery.cpp53 struct selabel_handle *sehandle; variable
163 if (strchr("wa", mode[0])) dirCreateHierarchy(path, 0777, NULL, 1, sehandle); in fopen_path()
993 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1); in main()
995 if (!sehandle) { in main()