Searched refs:log_buf (Results 1 – 1 of 1) sorted by relevance
718 vector<char> log_buf(BPF_LOAD_LOG_SZ, 0); in loadCodeSections() local721 cs[i].data.size(), license.c_str(), kvers, 0, log_buf.data(), in loadCodeSections()722 log_buf.size()); in loadCodeSections()727 vector<string> lines = android::base::Split(log_buf.data(), "\n"); in loadCodeSections()