Lines Matching defs:descriptor
53 // magic file descriptor kPrimaryIPCChannel in the child. Future
67 // specific file descriptor number (@kPrimaryIPCChannel). However, we
82 // for a mapping and find out. It duplicates the file descriptor and
365 // a file descriptor while it is in transit. So instead we
366 // store the file descriptor in a set and send a message to
370 // descriptor. For more information, see:
420 LOG(FATAL) << "Panic: attempting to transport directory descriptor over"
422 // If you have hit this then something tried to send a file descriptor
445 // Only the Hello message sends the file descriptor with the message.
653 // close our new descriptor.
908 // our descriptor table.
992 // subsequent file descriptor passing.
994 base::FileDescriptor descriptor;
995 if (!msg.ReadFileDescriptor(&iter, &descriptor)) {
998 fd_pipe_ = descriptor.fd;
999 CHECK(descriptor.auto_close);