Home | History | Annotate | Download | only in ipc

Lines Matching full:descriptors

54 // connections (file descriptors) can then be passed via that
310 // Create a dedicated socketpair() for exchanging file descriptors.
402 // This is the first chunk of a message which has descriptors to send
434 // Subsequently, we can send file descriptors on the dedicated
597 // Close any outstanding, received file descriptors.
601 // Clear any outstanding, sent file descriptors.
758 NOTREACHED() << "Unable to pickle hello message file descriptors";
817 // Read any file descriptors from the message.
844 // On Posix, we need to fix up the file descriptors before the input message
854 // The message has file descriptors.
858 // enough file descriptors.
864 error = "Message needs unreceived descriptors";
868 error = "Message requires an excessive number of descriptors";
924 // No file descriptors found, but that's OK.