Searched refs:se_info_c_str (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp727 const char* se_info_c_str = NULL; local
731 se_info_c_str = se_info->c_str();
732 if (se_info_c_str == NULL) {
733 fail_fn("se_info_c_str == NULL");
745 rc = selinux_android_setcontext(uid, is_system_server, se_info_c_str, se_name_c_str);
748 is_system_server, se_info_c_str, se_name_c_str));

Completed in 116 milliseconds