Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtest_adb.py137 read_pipe, write_pipe = os.pipe()
153 greeting = os.read(read_pipe, 1024)
Dadb.cpp587 unique_handle read_pipe(h); in _redirect_pipe_thread() local
641 if (!ReadFile(read_pipe.get(), buf, sizeof(buf), &bytes_read, NULL)) { in _redirect_pipe_thread()