Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp212 int32_t read_pipe_fd; member
215 return pid != other.pid || read_pipe_fd != other.read_pipe_fd; in operator !=()
252 close(storage.read_pipe_fd); in ClearForPID()
267 close(storage.read_pipe_fd); in Clear()
297 bool SetIfInvalid(int32_t pid, int32_t read_pipe_fd) { in SetIfInvalid() argument
301 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()
2269 int read_pipe_fd, in forkApp() argument
2290 if (read_pipe_fd != -1) { in forkApp()
2291 fds_to_ignore.push_back(read_pipe_fd); in forkApp()
2448 AddUsapTableEntry(pid, read_pipe_fd); in com_android_internal_os_Zygote_nativeAddUsapTableEntry()
[all …]
H A Dcom_android_internal_os_Zygote.h48 int read_pipe_fd,