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

  /external/chromium_org/ipc/
ipc_channel_posix.cc 866 uint16 header_fds = msg->header()->num_fds; local
867 if (!header_fds)
872 if (header_fds > input_fds_.size()) {
878 if (header_fds > input_fds_.size())
883 if (header_fds > FileDescriptorSet::kMaxDescriptorsPerMessage)
890 << " header()->num_fds:" << header_fds;
900 header_fds);
901 input_fds_.erase(input_fds_.begin(), input_fds_.begin() + header_fds);
    [all...]
ipc_channel_nacl.cc 343 uint16 header_fds = msg->header()->num_fds; local
344 CHECK(header_fds == input_fds_.size());
345 if (header_fds == 0)
352 header_fds);

Completed in 140 milliseconds