OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kExpectedLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
212
const ssize_t
kExpectedLength
= strlen(kNaClHelperStartupAck);
213
char buf[
kExpectedLength
];
217
if (nread ==
kExpectedLength
&&
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc
177
const int
kExpectedLength
= sizeof(kZygoteHelloMessage);
178
char buf[
kExpectedLength
];
181
CHECK(len ==
kExpectedLength
) << "Incorrect zygote magic length";
Completed in 1024 milliseconds