Home
last modified time | relevance | path

Searched refs:sehandle_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater/include/updater/
Dupdater_runtime.h31 explicit UpdaterRuntime(struct selabel_handle* sehandle) : sehandle_(sehandle) {} in UpdaterRuntime()
62 struct selabel_handle* sehandle_{ nullptr }; struct
/bootable/recovery/updater/
Dupdater_runtime.cpp103 if (sehandle_) { in Mount()
104 selabel_lookup(sehandle_, &secontext, mount_point_string.c_str(), 0755); in Mount()