Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc131 char* tid_buf_addr = NULL; in OnFileCanReadWithoutBlocking() local
140 sizeof(tid_buf_addr) + sizeof(tid_fd) + in OnFileCanReadWithoutBlocking()
151 iov[4].iov_base = &tid_buf_addr; in OnFileCanReadWithoutBlocking()
152 iov[4].iov_len = sizeof(tid_buf_addr); in OnFileCanReadWithoutBlocking()
269 SYS_read, tid_fd, tid_buf_addr); in OnFileCanReadWithoutBlocking()