HomeSort by relevance Sort by last modified time
    Searched refs:ReadReply (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 67 ssize_t ReadReply(void* buf, size_t buflen);
zygote_host_impl_linux.cc 215 // We don't wait for the reply. We'll read it in ReadReply.
233 ssize_t ZygoteHostImpl::ReadReply(void* buf, size_t buf_len) {
291 const ssize_t len = ReadReply(buf, sizeof(buf));
474 len = ReadReply(buf, sizeof(buf));

Completed in 41 milliseconds