Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.cpp327 int rcount = 0; in fdevent_subproc_event_func() local
328 ioctl(subproc_fd, FIONREAD, &rcount); in fdevent_subproc_event_func()
329 D("subproc with fd %d has rcount=%d, err=%d", subproc_fd, rcount, errno); in fdevent_subproc_event_func()
330 if (rcount != 0) { in fdevent_subproc_event_func()