Searched refs:fatal (Results 1 - 16 of 16) 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/libnetutils/ |
H A D | packet.c | 41 int fatal(); 49 return fatal("socket(PF_PACKET)"); 60 return fatal("Cannot bind raw socket to interface");
|
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");
|
/system/core/adb/ |
H A D | sockets.cpp | 408 if (s == NULL) fatal("cannot allocate socket"); 549 if (id == 0) fatal("invalid remote socket id (0)"); 553 if (s == NULL) fatal("cannot allocate socket"); 575 fatal("destination oversized"); 885 if (s == NULL) fatal("cannot allocate socket");
|
H A D | usb_linux_client.cpp | 289 if (h == nullptr) fatal("couldn't allocate usb_handle"); 521 if (h == nullptr) fatal("couldn't allocate usb_handle");
|
H A D | adb.h | 255 void fatal(const char *fmt, ...);
|
H A D | adb_listeners.cpp | 272 fatal("cannot allocate listener");
|
H A D | adb_main.cpp | 72 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR);
|
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 | services.cpp | 207 fatal("cannot allocate stinfo"); 408 if(sti == 0) fatal("cannot allocate stinfo");
|
H A D | sysdeps_win32.cpp | 30 extern void fatal(const char *fmt, ...); 79 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0) 577 fatal( "adb: could not initialize Winsock\n" ); 1255 #define FATAL(x...) fatal(__FUNCTION__, x) 1316 fatal( "could not allocate event hook\n" ); 2202 fatal("ReadConsoleInputA returned 0"); 2206 fatal("ReadConsoleInputA did not return one input record"); 2212 fatal("ReadConsoleInputA returned a key event with zero repeat"
|
H A D | adb.cpp | 59 void fatal(const char *fmt, ...) function 204 fatal("failed to allocate an apacket");
|
H A D | transport.cpp | 443 if (tracker == nullptr) fatal("cannot allocate device tracker"); 1023 if (t == nullptr) fatal("cannot allocate USB atransport");
|
H A D | usb_linux.cpp | 592 if (usb == nullptr) fatal("couldn't allocate usb_handle");
|
H A D | commandline.cpp | 310 if (buf == nullptr) fatal("couldn't allocate buffer for copy_to_file");
|
Completed in 133 milliseconds