Home
last modified time | relevance | path

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

/ndk/
Dndk-gdb.py346 def async_stdout(outhandle, queue, output_fn): argument
347 for line in iter(outhandle.readline, b''):
349 outhandle.close()
351 def async_stderr(outhandle, queue, output_fn): argument
352 for line in iter(outhandle.readline, b''):
354 outhandle.close()