Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dupdater_main.cpp103 auto sehandle = selinux_android_file_context_handle(); in main() local
104 selinux_android_set_sehandle(sehandle); in main()
106 Updater updater(std::make_unique<UpdaterRuntime>(sehandle)); in main()
/bootable/recovery/updater/include/updater/
Dupdater_runtime.h31 explicit UpdaterRuntime(struct selabel_handle* sehandle) : sehandle_(sehandle) {} in UpdaterRuntime() argument
/bootable/recovery/
Drecovery_main.cpp457 auto sehandle = selinux_android_file_context_handle(); in main() local
458 selinux_android_set_sehandle(sehandle); in main()
459 if (!sehandle) { in main()
463 SetLoggingSehandle(sehandle); in main()
/bootable/recovery/recovery_utils/
Dlogging.cpp61 static FILE* fopen_path(const std::string& path, const char* mode, const selabel_handle* sehandle) { in fopen_path() argument
70 mkdir_recursively(path, 0777, true, sehandle); in fopen_path()