OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kZygoteChildPingMessage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/
zygote_commands_linux.h
23
static const char
kZygoteChildPingMessage
[] = "CHILD_PING";
child_process_sandbox_support_impl_linux.cc
193
kZygoteChildPingMessage
,
194
sizeof(
kZygoteChildPingMessage
),
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc
345
char buf[sizeof(
kZygoteChildPingMessage
) + 1];
351
if (n != sizeof(
kZygoteChildPingMessage
) ||
353
kZygoteChildPingMessage
,
354
sizeof(
kZygoteChildPingMessage
))) {
Completed in 138 milliseconds