Searched refs:pipeup (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/
H A Dspawn-test.c49 int pipedown[2], pipeup[2]; local
204 pipe (pipeup) < 0)
211 pipedown[0], pipeup[1]),
235 if ((k = read (pipeup[0], &n, sizeof (n))) != sizeof (n))
245 if ((k = read (pipeup[0], buf, n)) != n)
263 if ((k = read (pipeup[0], &n, sizeof (n))) != sizeof (n))
273 if ((k = read (pipeup[0], buf, n)) != n)

Completed in 37 milliseconds