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

  /external/oprofile/daemon/
opd_pipe.c 25 static FILE * fifo_fd = NULL; variable
52 if (fifo_fd)
53 fclose(fifo_fd);
68 if (!fifo_fd)
69 fifo_fd = fdopen(fifo, "r");
71 if (fifo_fd == NULL) {
79 if (fgets(line, 256, fifo_fd) == NULL)

Completed in 139 milliseconds