Home
last modified time | relevance | path

Searched refs:local_pipe (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc379 HANDLE local_pipe = CreateFile(pipe_name, kPipeDesiredAccess, in DuplicatePipeToClientProcess() local
382 if (local_pipe != INVALID_HANDLE_VALUE) { in DuplicatePipeToClientProcess()
384 if (DuplicateHandle(GetCurrentProcess(), local_pipe, in DuplicatePipeToClientProcess()
/external/crosvm/devices/src/virtio/
Dwl.rs690 local_pipe: Option<(u32 /* flags */, File)>, field
708 if let Some((_, s)) = &self.local_pipe { in fmt()
808 vfd.local_pipe = Some((VIRTIO_WL_VFD_WRITE, write_pipe)); in pipe_remote_read_local_write()
816 vfd.local_pipe = Some((VIRTIO_WL_VFD_READ, read_pipe)); in pipe_remote_write_local_read()
852 vfd.local_pipe = Some((flags, fd)); in from_file()
864 if let Some((f, _)) = self.local_pipe { in flags()
902 .or(self.local_pipe.as_ref().map(|(_, p)| p as &dyn AsRawFd)) in poll_fd()
910 } else if let Some((_, local_pipe)) = &mut self.local_pipe { in send()
915 local_pipe in send()
948 } else if let Some((flags, mut local_pipe)) = self.local_pipe.take() { in recv()
[all …]