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

/system/core/adb/
H A Dfdevent.c57 #define FATAL(x...) fatal(__FUNCTION__, x) macro
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd);
533 FATAL("Failed to read the subproc's fd from fd=%d\n", fd);
588 FATAL("fd
[all...]
H A Dsysdeps_win32.c1244 #define FATAL(x...) fatal(__FUNCTION__, x) macro
1751 FATAL("bogus negative fd (%d)\n", fde->fd);
1757 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
1768 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
1781 FATAL("fd out of range (%d)\n", fde->fd);
1785 FATAL("fd_table out of sync");
1842 FATAL("fde %p not created by fdevent_create()\n", fde);

Completed in 58 milliseconds