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