Searched refs:fatal (Results 1 - 16 of 16) sorted by relevance

/system/core/logwrapper/
H A Dlogwrapper.c28 void fatal(const char *msg) { function
35 fatal(
/system/extras/latencytop/
H A Dlatencytop.c46 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 Dpacket.c41 int fatal();
49 return fatal("socket(PF_PACKET)");
60 return fatal("Cannot bind raw socket to interface");
H A Ddhcpclient.c81 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 Dsockets.cpp408 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 Dusb_linux_client.cpp289 if (h == nullptr) fatal("couldn't allocate usb_handle");
521 if (h == nullptr) fatal("couldn't allocate usb_handle");
H A Dadb.h255 void fatal(const char *fmt, ...);
H A Dadb_listeners.cpp272 fatal("cannot allocate listener");
H A Dadb_main.cpp72 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR);
H A Dfdevent.cpp47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
H A Dservices.cpp207 fatal("cannot allocate stinfo");
408 if(sti == 0) fatal("cannot allocate stinfo");
H A Dsysdeps_win32.cpp30 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 Dadb.cpp59 void fatal(const char *fmt, ...) function
204 fatal("failed to allocate an apacket");
H A Dtransport.cpp443 if (tracker == nullptr) fatal("cannot allocate device tracker");
1023 if (t == nullptr) fatal("cannot allocate USB atransport");
H A Dusb_linux.cpp592 if (usb == nullptr) fatal("couldn't allocate usb_handle");
H A Dcommandline.cpp310 if (buf == nullptr) fatal("couldn't allocate buffer for copy_to_file");

Completed in 133 milliseconds