Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb.py319 def async_stdout(outhandle, queue, output_fn): argument
320 for line in iter(outhandle.readline, b''):
322 outhandle.close()
324 def async_stderr(outhandle, queue, output_fn): argument
325 for line in iter(outhandle.readline, b''):
327 outhandle.close()