Home
last modified time | relevance | path

Searched refs:pid_buf (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp437 char pid_buf[5]; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() local
440 pid_buf[i] = tmp_pid & 0xff; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
443 pid_buf[4] = 0; // Process is not wrapped. in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()
444 int res = TEMP_FAILURE_RETRY(write(session_socket, pid_buf, 5)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly()