Searched refs:log_buf (Results 1 – 2 of 2) sorted by relevance
/system/core/trusty/storage/proxy/ |
D | rpmb.c | 131 static int log_buf(int priority, const char* prefix, const uint8_t* buf, size_t size) { in log_buf() function 276 log_buf(ANDROID_LOG_ERROR, "sense buffer: ", sense_buf, len); in check_scsi_sense() 342 log_buf(ANDROID_LOG_INFO, "request: ", write_buf, req->reliable_write_size); in send_mmc_rpmb_req() 358 log_buf(ANDROID_LOG_INFO, "request: ", write_buf, req->write_size); in send_mmc_rpmb_req() 559 if (req->read_size) log_buf(ANDROID_LOG_INFO, "response: ", read_buf, req->read_size); in rpmb_send()
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 1052 vector<char> log_buf(BPF_LOAD_LOG_SZ, 0); in loadCodeSections() local 1063 fd = bcc_prog_load_xattr(&attr, cs[i].data.size(), log_buf.data(), log_buf.size(), in loadCodeSections() 1070 vector<string> lines = android::base::Split(log_buf.data(), "\n"); in loadCodeSections()
|