Searched refs:read_pipe_fd (Results 1 – 2 of 2) sorted by relevance
212 int32_t read_pipe_fd; member215 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() argument301 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()2269 int read_pipe_fd, in forkApp() argument2290 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 …]
48 int read_pipe_fd,