OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadReply
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h
83
ssize_t
ReadReply
(void* buf, size_t buflen);
zygote_host_impl_linux.cc
207
// We don't wait for the reply. We'll read it in
ReadReply
.
273
ssize_t ZygoteHostImpl::
ReadReply
(void* buf, size_t buf_len) {
374
const ssize_t len =
ReadReply
(buf, sizeof(buf));
525
len =
ReadReply
(buf, sizeof(buf));
Completed in 62 milliseconds