D | libc_logging.cpp | 410 BufferOutputStream os(buffer, buffer_size); in __libc_format_buffer() local 413 out_vformat(os, format, args); in __libc_format_buffer() 415 return os.total; in __libc_format_buffer() 419 FdOutputStream os(fd); in __libc_format_fd() local 422 out_vformat(os, format, args); in __libc_format_fd() 424 return os.total; in __libc_format_fd() 545 BufferOutputStream os(buffer, sizeof(buffer)); in __libc_format_log_va_list() local 546 out_vformat(os, format, args); in __libc_format_log_va_list() 620 BufferOutputStream os(msg, sizeof(msg)); in __libc_fatal() local 621 out_vformat(os, format, args); in __libc_fatal()
|