Searched refs:read_pipe_fd (Results 1 – 2 of 2) sorted by relevance
56 int read_pipe_fd,
222 int32_t read_pipe_fd; member225 return pid != other.pid || read_pipe_fd != other.read_pipe_fd; in operator !=()262 close(storage.read_pipe_fd); in ClearForPID()277 close(storage.read_pipe_fd); in Clear()307 bool SetIfInvalid(int32_t pid, int32_t read_pipe_fd) { in SetIfInvalid() argument311 new_value_storage.read_pipe_fd = read_pipe_fd; in SetIfInvalid()2277 static void AddUsapTableEntry(pid_t usap_pid, int read_pipe_fd) { in AddUsapTableEntry() argument2282 if (gUsapTable[search_index].SetIfInvalid(usap_pid, read_pipe_fd)) { in AddUsapTableEntry()2329 fd_vec.push_back(entry_values.value().read_pipe_fd); in MakeUsapPipeReadFDVector()2653 jint read_pipe_fd, in com_android_internal_os_Zygote_nativeForkApp() argument[all …]