Searched refs:android_log_write_char_array (Results 1 – 2 of 2) sorted by relevance
30 int android_log_write_char_array(android_log_context ctx, const char* value, size_t len);247 int retval = android_log_write_char_array(ctx, value, len); in AppendCharArray()
206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array() function