Home
last modified time | relevance | path

Searched refs:progPinLoc (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp706 string progPinLoc = BPF_FS_PATH; in loadCodeSections() local
707 progPinLoc += prefix; in loadCodeSections()
708 progPinLoc += "prog_"; in loadCodeSections()
709 progPinLoc += fname; in loadCodeSections()
710 progPinLoc += '_'; in loadCodeSections()
711 progPinLoc += name; in loadCodeSections()
712 if (access(progPinLoc.c_str(), F_OK) == 0) { in loadCodeSections()
713 fd = retrieveProgram(progPinLoc.c_str()); in loadCodeSections()
745 ret = bpf_obj_pin(fd, progPinLoc.c_str()); in loadCodeSections()
748 if (chown(progPinLoc.c_str(), (uid_t)cs[i].prog_def->uid, in loadCodeSections()
[all …]