Lines Matching refs:progPinLoc
819 string progPinLoc = in loadCodeSections() local
821 if (access(progPinLoc.c_str(), F_OK) == 0) { in loadCodeSections()
822 fd.reset(retrieveProgram(progPinLoc.c_str())); in loadCodeSections()
824 progPinLoc.c_str(), fd.get(), in loadCodeSections()
867 ret = bpfFdPin(fd, progPinLoc.c_str()); in loadCodeSections()
870 ALOGE("create %s -> %d [%d:%s]", progPinLoc.c_str(), ret, err, in loadCodeSections()
874 if (chmod(progPinLoc.c_str(), 0440)) { in loadCodeSections()
876 ALOGE("chmod %s 0440 -> [%d:%s]", progPinLoc.c_str(), err, in loadCodeSections()
880 if (chown(progPinLoc.c_str(), (uid_t)cs[i].prog_def->uid, in loadCodeSections()
883 ALOGE("chown %s %d %d -> [%d:%s]", progPinLoc.c_str(), in loadCodeSections()
893 ALOGD("prog %s id %d", progPinLoc.c_str(), progId); in loadCodeSections()