Searched refs:sehandle_ (Results 1 – 2 of 2) sorted by relevance
31 explicit UpdaterRuntime(struct selabel_handle* sehandle) : sehandle_(sehandle) {} in UpdaterRuntime()62 struct selabel_handle* sehandle_{ nullptr }; struct
103 if (sehandle_) { in Mount()104 selabel_lookup(sehandle_, &secontext, mount_point_string.c_str(), 0755); in Mount()