Home
last modified time | relevance | path

Searched refs:tid_buf_addr (Results 1 – 2 of 2) 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()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc162 char* tid_buf_addr = NULL; in OnFileCanReadWithoutBlocking() local
170 sizeof(tid_buf_addr) + sizeof(tid_fd) + in OnFileCanReadWithoutBlocking()
181 iov[2].iov_base = &tid_buf_addr; in OnFileCanReadWithoutBlocking()
182 iov[2].iov_len = sizeof(tid_buf_addr); in OnFileCanReadWithoutBlocking()
308 SYS_read, tid_fd, tid_buf_addr); in OnFileCanReadWithoutBlocking()