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

  /external/chromium_org/content/common/
zygote_commands_linux.h 15 const size_t kZygoteMaxMessageLength = 8192;
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 220 CHECK(data.size() <= kZygoteMaxMessageLength)
222 << " bytes, max is " << kZygoteMaxMessageLength << ")";
  /external/chromium_org/content/zygote/
zygote_linux.cc 108 char buf[kZygoteMaxMessageLength];

Completed in 813 milliseconds