Searched defs:fatal (Results 1 - 5 of 5) sorted by relevance
/system/core/logwrapper/ |
H A D | logwrapper.c | 27 void fatal(const char *msg) { function 34 fatal(
|
/system/extras/latencytop/ |
H A D | latencytop.c | 45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal); 231 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { argument 241 if (fatal) { 255 if (fatal) {
|
/system/core/adb/ |
H A D | fdevent.c | 47 static void fatal(const char *fn, const char *fmt, ...) function 57 #define FATAL(x...) fatal(__FUNCTION__, x)
|
H A D | adb.c | 59 void fatal(const char *fmt, ...) function 203 if(p == 0) fatal("failed to allocate an apacket"); 897 fatal("cannot allocate listener"); 1010 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR);
|
/system/core/libnetutils/ |
H A D | dhcpclient.c | 81 int fatal(const char *reason) function 406 return fatal("cannot obtain interface address"); 409 return fatal("cannot obtain interface index"); 469 return fatal("poll failed");
|
Completed in 84 milliseconds