Searched refs:progPinLoc (Results 1 – 1 of 1) sorted by relevance
511 string progPinLoc; in loadCodeSections() local516 progPinLoc = string(BPF_FS_PATH) + "prog_" + fname + "_" + cs[i].name; in loadCodeSections()517 if (access(progPinLoc.c_str(), F_OK) == 0) { in loadCodeSections()518 fd = bpf_obj_get(progPinLoc.c_str()); in loadCodeSections()538 ret = bpf_obj_pin(fd, progPinLoc.c_str()); in loadCodeSections()