Searched defs:is_system_server (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp544 bool is_system_server, jintArray fdsToClose,
553 auto fail_fn = [env, java_se_name, is_system_server](const std::string& msg)
561 if (se_name_c_str == nullptr && is_system_server) {
636 bool use_native_bridge = !is_system_server && (instructionSet != NULL)
666 if (!is_system_server && getuid() == 0) {
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));
753 if (se_name_c_str == NULL && is_system_server) {
767 is_system_server, is_child_zygote, instructionSet);
539 ForkAndSpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray javaGids, jint runtime_flags, jobjectArray javaRlimits, jlong permittedCapabilities, jlong effectiveCapabilities, jint mount_external, jstring java_se_info, jstring java_se_name, bool is_system_server, jintArray fdsToClose, jintArray fdsToIgnore, bool is_child_zygote, jstring instructionSet, jstring dataDir) argument

Completed in 45 milliseconds