Home
last modified time | relevance | path

Searched defs:license (Results 1 – 2 of 2) sorted by relevance

/system/bpf/libbpf_android/
DLoader.cpp503 static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const string& license) { in loadCodeSections()
549 vector<char> license; in loadProg() local
DBpfUtils.cpp141 int bpfProgLoad(bpf_prog_type prog_type, Slice bpf_insns, const char* license, in bpfProgLoad()