Searched refs:fatal (Results 1 – 16 of 16) sorted by relevance
/system/core/logwrapper/ |
D | logwrapper.c | 28 void fatal(const char *msg) { in fatal() function 35 fatal( in usage()
|
/system/core/libnetutils/ |
D | packet.c | 41 int fatal(); 49 return fatal("socket(PF_PACKET)"); in open_raw_socket() 60 return fatal("Cannot bind raw socket to interface"); in open_raw_socket()
|
D | dhcpclient.c | 81 int fatal(const char *reason) in fatal() function 408 return fatal("cannot obtain interface address"); in dhcp_init_ifc() 411 return fatal("cannot obtain interface index"); in dhcp_init_ifc() 471 return fatal("poll failed"); in dhcp_init_ifc()
|
/system/extras/latencytop/ |
D | latencytop.c | 46 …tency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal); 232 …ency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { in read_thread_stats() argument 242 if (fatal) { in read_thread_stats() 256 if (fatal) { in read_thread_stats()
|
/system/core/adb/ |
D | sockets.cpp | 408 if (s == NULL) fatal("cannot allocate socket"); in create_local_socket() 549 if (id == 0) fatal("invalid remote socket id (0)"); in create_remote_socket() 553 if (s == NULL) fatal("cannot allocate socket"); in create_remote_socket() 575 fatal("destination oversized"); in connect_to_remote() 885 if (s == NULL) fatal("cannot allocate socket"); in create_smart_socket()
|
D | usb_linux_client.cpp | 244 if (h == nullptr) fatal("couldn't allocate usb_handle"); in usb_adb_init() 473 if (h == nullptr) fatal("couldn't allocate usb_handle"); in usb_ffs_init()
|
D | adb.h | 255 void fatal(const char *fmt, ...);
|
D | adb_main.cpp | 72 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR); in adb_set_affinity()
|
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__… 577 fatal( "adb: could not initialize Winsock\n" ); in _init_winsock() 1255 #define FATAL(x...) fatal(__FUNCTION__, x) 1316 fatal( "could not allocate event hook\n" ); in event_hook_alloc() 2202 fatal("ReadConsoleInputA returned 0"); in _get_interesting_input_record_uncached() 2206 fatal("ReadConsoleInputA did not return one input record"); in _get_interesting_input_record_uncached() 2212 fatal("ReadConsoleInputA returned a key event with zero repeat" in _get_interesting_input_record_uncached()
|
D | adb_listeners.cpp | 272 fatal("cannot allocate listener"); in install_listener()
|
D | fdevent.cpp | 47 static void fatal(const char *fn, const char *fmt, ...) in fatal() function 57 #define FATAL(x...) fatal(__FUNCTION__, x)
|
D | services.cpp | 207 fatal("cannot allocate stinfo"); in create_service_thread() 408 if(sti == 0) fatal("cannot allocate stinfo"); in create_subproc_thread()
|
D | adb.cpp | 59 void fatal(const char *fmt, ...) in fatal() function 204 fatal("failed to allocate an apacket"); in get_apacket()
|
D | transport.cpp | 443 if (tracker == nullptr) fatal("cannot allocate device tracker"); in create_device_tracker() 1023 if (t == nullptr) fatal("cannot allocate USB atransport"); in register_usb_transport()
|
D | usb_linux.cpp | 592 if (usb == nullptr) fatal("couldn't allocate usb_handle"); in register_device()
|
D | commandline.cpp | 310 if (buf == nullptr) fatal("couldn't allocate buffer for copy_to_file"); in copy_to_file()
|