/bionic/libc/malloc_debug/ |
D | debug_log.h | 37 async_safe_format_log(ANDROID_LOG_DEBUG, "malloc_debug", (format), ##__VA_ARGS__) 39 async_safe_format_log(ANDROID_LOG_ERROR, "malloc_debug", (format), ##__VA_ARGS__) 42 async_safe_format_log(ANDROID_LOG_INFO, "malloc_debug", (format), ##__VA_ARGS__)
|
/bionic/libc/dns/resolv/ |
D | res_stats.c | 42 async_safe_format_log(ANDROID_LOG_INFO, "libc", "rcode = %d, sec = %d", rcode, rtt); in _res_stats_set_sample() 132 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "NS stats: S %d + E %d + T %d + I %d " in _res_stats_usable_server() 139 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "success rate %d%%\n", in _res_stats_usable_server() 151 async_safe_format_log(ANDROID_LOG_INFO, "libc", in _res_stats_usable_server() 157 async_safe_format_log(ANDROID_LOG_INFO, "libc", in _res_stats_usable_server()
|
D | res_send.c | 572 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in res_nsend() 584 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_dg\n"); in res_nsend() 599 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "used send_dg %d\n",n); in res_nsend() 607 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "time=%ld\n", in res_nsend() 747 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d sec\n", timeout); in get_timeout() 772 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_vc\n"); in send_vc() 1002 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d send_vc\n", sock); in connect_with_timeout() 1013 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in connect_with_timeout() 1029 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d retrying_select\n", sock); in retrying_select() 1049 async_safe_format_log(ANDROID_LOG_DEBUG, " libc", in retrying_select() [all …]
|
D | res_state.c | 46 # define D(...) async_safe_format_log(ANDROID_LOG_DEBUG,"libc", __VA_ARGS__)
|
D | res_cache.c | 158 async_safe_format_log(ANDROID_LOG_DEBUG,"libc",__VA_ARGS__); \
|
/bionic/libc/bionic/ |
D | system_property_set.cpp | 217 async_safe_format_log(ANDROID_LOG_WARN, "libc", in send_prop_msg() 236 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version() 244 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version() 280 async_safe_format_log( in __system_property_set() 290 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set() 299 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set() 306 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
|
D | pthread_create.cpp | 63 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_tls() 74 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_tls() 131 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread() 136 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread() 152 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread() 171 async_safe_format_log(ANDROID_LOG_WARN, in __create_thread_mapped_space() 181 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __create_thread_mapped_space() 322 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", in pthread_create()
|
D | icu.cpp | 80 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't open libicuuc.so: %s", in __find_icu() 98 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find %s", in __find_icu_symbol()
|
D | NetdClient.cpp | 57 async_safe_format_log(ANDROID_LOG_ERROR, "netdClient", "Failed to initialize netd_client"); in netdClientInit()
|
D | syslog.cpp | 121 async_safe_format_log(android_log_priority, log_tag, "%s", log_line); in vsyslog()
|
D | pthread_internal.cpp | 124 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to libc"); in __pthread_internal_find()
|
D | malloc_common.cpp | 228 async_safe_format_log(ANDROID_LOG_ERROR, "libc", (format), ##__VA_ARGS__ ) 230 async_safe_format_log(ANDROID_LOG_INFO, "libc", (format), ##__VA_ARGS__ )
|
D | grp_pwd_file.cpp | 279 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Find()
|
/bionic/libc/arch-mips/bionic/ |
D | cacheflush.cpp | 53 async_safe_format_log(ANDROID_LOG_WARN, "libc", in cacheflush()
|
/bionic/libc/arch-arm/bionic/ |
D | atexit_legacy.c | 56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit()
|
/bionic/linker/ |
D | linker_logger.cpp | 63 async_safe_format_log(ANDROID_LOG_WARN, "linker", "Ignoring unknown debug.ld option \"%s\"", in ParseProperty() 99 async_safe_format_log(ANDROID_LOG_INFO, "linker", "%s greylist", in ResetState()
|
D | linker_debug.h | 65 if (g_ld_debug_verbosity > (v)) async_safe_format_log(5-(v), "linker", x); \
|
D | linker_globals.h | 46 async_safe_format_log(ANDROID_LOG_WARN, "linker", fmt, ##x); \
|
D | linker_main.cpp | 223 async_safe_format_log(ANDROID_LOG_FATAL, in __linker_cannot_link()
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 93 int async_safe_format_log(int pri, const char* tag, const char* fmt, ...) __printflike(3, 4);
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 132 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Access denied finding property \"%s\"", name); in Find() 161 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Read() 169 async_safe_format_log( in Read() 279 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Access denied adding property \"%s\"", name); in Add()
|
D | contexts_serialized.cpp | 133 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Could not find context for property \"%s\"", in GetPropAreaForName()
|
D | prop_area.cpp | 70 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in map_prop_area_rw()
|
/bionic/libc/malloc_debug/tests/ |
D | log_fake.cpp | 47 extern "C" int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() function
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 519 int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() function
|