Searched refs:sehandle (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/updater/ |
D | updater.c | 38 struct selabel_handle *sehandle; variable 121 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1); in main() 123 if (!sehandle) { in main()
|
D | updater.h | 35 extern struct selabel_handle *sehandle;
|
D | install.c | 138 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/ |
D | roots.cpp | 40 extern struct selabel_handle *sehandle; 236 result = make_ext4fs(v->blk_device, length, volume, sehandle); in format_volume()
|
D | recovery.cpp | 53 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()
|