Home
last modified time | relevance | path

Searched defs:sehandle (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/vold/
H A Dvold_prepare_subdirs.cpp57 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 Dmain.cpp59 struct selabel_handle* sehandle; variable
/aosp_15_r20/bootable/deprecated-ota/updater/include/updater/
H A Dupdater_runtime.h31 explicit UpdaterRuntime(struct selabel_handle* sehandle) : sehandle_(sehandle) {} in UpdaterRuntime()
/aosp_15_r20/system/vold/tests/
H A DVoldFuzzer.cpp26 struct selabel_handle* sehandle; variable
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dupdater_main.cpp103 auto sehandle = selinux_android_file_context_handle(); in main() local
/aosp_15_r20/system/core/init/
H A Dselabel.cpp26 selabel_handle* sehandle = nullptr; variable
H A Dueventd_test.cpp134 std::unique_ptr<selabel_handle, decltype(&selabel_close)> sehandle( in TEST() local
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinux_restorecon.c94 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 Dlogging.cpp61 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 Drecovery_main.cpp461 auto sehandle = selinux_android_file_context_handle(); in main() local
/aosp_15_r20/external/selinux/libselinux/src/android/
H A Dandroid.c159 struct selabel_handle* sehandle; in initialize_backend() local