Searched refs:is_system_server (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.h | 41 pid_t ForkCommon(JNIEnv* env,bool is_system_server,
|
D | com_android_internal_os_Zygote.cpp | 1902 jstring managed_nice_name, bool is_system_server, bool is_child_zygote, in SpecializeCommon() argument 1907 const char* process_name = is_system_server ? "system_server" : "zygote"; in SpecializeCommon() 1928 bool need_pre_initialize_native_bridge = !is_system_server && instruction_set.has_value() && in SpecializeCommon() 1989 if (is_system_server && !(runtime_flags & RuntimeFlags::PROFILE_SYSTEM_SERVER)) { in SpecializeCommon() 2134 if (selinux_android_setcontext(uid, is_system_server, se_info_ptr, nice_name_ptr) == -1) { in SpecializeCommon() 2136 is_system_server, se_info_ptr, nice_name_ptr)); in SpecializeCommon() 2143 } else if (is_system_server) { in SpecializeCommon() 2150 if (is_system_server) { in SpecializeCommon() 2168 is_system_server, is_child_zygote, managed_instruction_set); in SpecializeCommon() 2414 pid_t zygote::ForkCommon(JNIEnv* env, bool is_system_server, in ForkCommon() argument [all …]
|