Searched refs:progPinLoc (Results 1 – 1 of 1) sorted by relevance
562 string progPinLoc = BPF_FS_PATH "prog_"; in loadCodeSections() local563 progPinLoc += fname; in loadCodeSections()564 progPinLoc += '_'; in loadCodeSections()565 progPinLoc += name; in loadCodeSections()566 if (access(progPinLoc.c_str(), F_OK) == 0) { in loadCodeSections()567 fd = retrieveProgram(progPinLoc.c_str()); in loadCodeSections()568 ALOGD("New bpf prog load reusing prog %s, ret: %d (%s)\n", progPinLoc.c_str(), fd, in loadCodeSections()599 ret = bpf_obj_pin(fd, progPinLoc.c_str()); in loadCodeSections()602 if (chown(progPinLoc.c_str(), (uid_t)cs[i].prog_def->uid, in loadCodeSections()607 if (chmod(progPinLoc.c_str(), 0440)) return -errno; in loadCodeSections()