Searched refs:read_pipe_fd (Results 1 – 2 of 2) sorted by relevance
220 int32_t read_pipe_fd; member223 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() argument309 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()2500 int read_pipe_fd, in forkApp() argument2521 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 …]
56 int read_pipe_fd,