Searched defs:FATAL (Results 1 - 3 of 3) sorted by last modified time

/system/extras/verity/
H A Dbuild_verity_tree.cpp31 #define FATAL(x...) { \ macro
148 FATAL("failed to allocate memory for salt\n");
155 FATAL("failed to convert salt from hex\n");
160 FATAL("failed to allocate memory for salt\n");
163 FATAL("failed to convert salt to bytes\n");
189 FATAL("failed to get digest\n");
199 FATAL("failed to allocate memory for salt\n");
204 FATAL("failed to open /dev/urandom\n");
209 FATAL("failed to read %zu bytes from /dev/urandom: %zd %d\n", salt_size, ret, errno);
242 FATAL("faile
[all...]
/system/core/adb/
H A Dfdevent.c59 #define FATAL(x...) fatal(__FUNCTION__, x) macro
404 FATAL("missing fde for fd %d\n", i);
422 FATAL("bogus negative fd (%d)\n", fde->fd);
428 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
439 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
450 FATAL("fd out of range (%d)\n", fde->fd);
454 FATAL("fd_table out of sync [%d]\n", fde->fd);
515 FATAL("fd %d out of range for fd_table \n", fd);
524 FATAL("Failed to read the subproc's fd from fd=%d\n", fd);
579 FATAL("fd
[all...]
H A Dsysdeps_win32.c1252 #define FATAL(x...) fatal(__FUNCTION__, x) macro
1759 FATAL("bogus negative fd (%d)\n", fde->fd);
1765 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
1776 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
1789 FATAL("fd out of range (%d)\n", fde->fd);
1793 FATAL("fd_table out of sync");
1850 FATAL("fde %p not created by fdevent_create()\n", fde);

Completed in 1221 milliseconds