Searched defs:fatal (Results 1 - 5 of 5) sorted by relevance
/system/core/logwrapper/ |
H A D | logwrapper.c | 28 void fatal(const char *msg) { function 35 fatal(
|
/system/extras/latencytop/ |
H A D | latencytop.c | 46 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal); 232 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { argument 242 if (fatal) { 256 if (fatal) {
|
/system/core/adb/ |
H A D | fdevent.cpp | 47 static void fatal(const char *fn, const char *fmt, ...) function 57 #define FATAL(x...) fatal(__FUNCTION__, x)
|
H A D | adb.cpp | 59 void fatal(const char *fmt, ...) function 204 fatal("failed to allocate an apacket");
|
/system/core/libnetutils/ |
H A D | dhcpclient.c | 81 int fatal(const char *reason) function 408 return fatal("cannot obtain interface address"); 411 return fatal("cannot obtain interface index"); 471 return fatal("poll failed");
|
Completed in 2894 milliseconds