Home
last modified time | relevance | path

Searched defs:outpipe (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/tools/trace/
Dpytracediff.py68 def pkk_output(outpipe, msg): argument
276 outpipe = None variable
356 outpipe = subprocess.Popen(["less", "-S", "-R"], stdin=subprocess.PIPE, encoding="utf8") variable
/third_party/alsa-utils/alsactl/
Dinit_utils_run.c36 int outpipe[2] = {-1, -1}; in run_program0() local