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.rs565 local_pipe: Option<(u32 /* flags */, File)>, field
583 if let Some((_, s)) = &self.local_pipe { in fmt()
678 vfd.local_pipe = Some((VIRTIO_WL_VFD_WRITE, write_pipe)); in pipe_remote_read_local_write()
686 vfd.local_pipe = Some((VIRTIO_WL_VFD_READ, read_pipe)); in pipe_remote_write_local_read()
719 vfd.local_pipe = Some((flags, descriptor)); in from_file()
731 if let Some((f, _)) = self.local_pipe { in flags()
770 self.local_pipe in wait_descriptor()
785 } else if let Some((_, local_pipe)) = &mut self.local_pipe { in send()
790 data.read_to(local_pipe, usize::max_value()) in send()
822 } else if let Some((flags, mut local_pipe)) = self.local_pipe.take() { in recv()
[all …]