Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp220 int32_t read_pipe_fd; member
223 return pid != other.pid || read_pipe_fd != other.read_pipe_fd; in operator !=()
260 close(storage.read_pipe_fd); in ClearForPID()
275 close(storage.read_pipe_fd); in Clear()
305 bool SetIfInvalid(int32_t pid, int32_t read_pipe_fd) { in SetIfInvalid() argument
309 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()
2500 int read_pipe_fd, in forkApp() argument
2521 if (read_pipe_fd != -1) { in forkApp()
2522 fds_to_ignore.push_back(read_pipe_fd); in forkApp()
2679 AddUsapTableEntry(pid, read_pipe_fd); in com_android_internal_os_Zygote_nativeAddUsapTableEntry()
[all …]
H A Dcom_android_internal_os_Zygote.h56 int read_pipe_fd,