Searched refs:progPinLoc (Results 1 – 1 of 1) sorted by relevance
706 string progPinLoc = BPF_FS_PATH; in loadCodeSections() local707 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()714 ALOGD("New bpf prog load reusing prog %s, ret: %d (%s)\n", progPinLoc.c_str(), fd, in loadCodeSections()745 ret = bpf_obj_pin(fd, progPinLoc.c_str()); in loadCodeSections()[all …]