Home | History | Annotate | Download | only in runtime

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
72 // The state of an open pipe to addr2line. In "server" mode, addr2line takes input on stdin
76 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {}
82 File in; // The file descriptor that is connected to the output of addr2line.
140 int in = pipe->get()->in.Fd();
141 DCHECK_GE(in, 0);
155 FD_SET(in, &rfds);
157 int retval = TEMP_FAILURE_RETRY(select(in + 1, &rfds, nullptr, nullptr, &tv));
176 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1));
325 // In order for parsing tools to continue to function, the stack dump