Searched defs:read_pipe (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host_unittest.cc70 base::File read_pipe,
78 read_pipe.Pass(),
69 CreateWithPipeInput( base::File read_pipe, base::FilePath write_file) argument
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc58 void CreatePipe(base::ScopedFD* read_pipe, base::ScopedFD* write_pipe) { argument
61 read_pipe->reset(raw_pipe[0]);
359 base::ScopedFD read_pipe, write_pipe; local
375 CreatePipe(&read_pipe, &write_pipe);
388 if (!base::ReadFromFD(read_pipe.get(),
409 read_pipe.reset();
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
132 CloseHandle(events->read_pipe);
143 CloseHandle(events->read_pipe);
702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail, argument
798 *read_pipe = events->read_pipe;
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
132 CloseHandle(events->read_pipe);
143 CloseHandle(events->read_pipe);
702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail, argument
798 *read_pipe = events->read_pipe;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
132 CloseHandle(events->read_pipe);
143 CloseHandle(events->read_pipe);
702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail, argument
798 *read_pipe = events->read_pipe;

Completed in 316 milliseconds