Searched defs:sehandle (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/system/vold/ |
H A D | vold_prepare_subdirs.cpp | 57 static bool prepare_dir_for_user(struct selabel_handle* sehandle, mode_t mode, uid_t uid, gid_t gid, in prepare_dir_for_user() 109 static bool prepare_dir(struct selabel_handle* sehandle, mode_t mode, uid_t uid, gid_t gid, in prepare_dir() 144 static bool prepare_apex_subdirs(struct selabel_handle* sehandle, const std::string& path) { in prepare_apex_subdirs() 173 struct selabel_handle* sehandle = selinux_android_file_context_handle(); in prepare_subdirs() local
|
H A D | main.cpp | 59 struct selabel_handle* sehandle; variable
|
/aosp_15_r20/bootable/deprecated-ota/updater/include/updater/ |
H A D | updater_runtime.h | 31 explicit UpdaterRuntime(struct selabel_handle* sehandle) : sehandle_(sehandle) {} in UpdaterRuntime()
|
/aosp_15_r20/system/vold/tests/ |
H A D | VoldFuzzer.cpp | 26 struct selabel_handle* sehandle; variable
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | updater_main.cpp | 103 auto sehandle = selinux_android_file_context_handle(); in main() local
|
/aosp_15_r20/system/core/init/ |
H A D | selabel.cpp | 26 selabel_handle* sehandle = nullptr; variable
|
H A D | ueventd_test.cpp | 134 std::unique_ptr<selabel_handle, decltype(&selabel_close)> sehandle( in TEST() local
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 94 struct selabel_handle *sehandle = NULL; in restorecon_init() local 1389 struct selabel_handle *sehandle; in selinux_restorecon_default_handle() local
|
/aosp_15_r20/bootable/recovery/recovery_utils/ |
H A D | logging.cpp | 61 static FILE* fopen_path(const std::string& path, const char* mode, const selabel_handle* sehandle) { in fopen_path()
|
/aosp_15_r20/bootable/recovery/ |
H A D | recovery_main.cpp | 461 auto sehandle = selinux_android_file_context_handle(); in main() local
|
/aosp_15_r20/external/selinux/libselinux/src/android/ |
H A D | android.c | 159 struct selabel_handle* sehandle; in initialize_backend() local
|