HomeSort by relevance Sort by last modified time
    Searched full:pipeup (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
spawn-test.c 49 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 320 milliseconds