Searched refs:retrieveProgram (Results 1 – 9 of 9) sorted by relevance
39 using bpf::retrieveProgram;55 unique_fd cgroupProg(retrieveProgram(programPath)); in attachProgramToCgroup()66 unique_fd prog(retrieveProgram(programPath)); in checkProgramAccessible()
191 inline int retrieveProgram(const char* pathname) { in retrieveProgram() function196 int fd = retrieveProgram(pathname); in usableProgram()
37 android::bpf::retrieveProgram(bpfProgramPath)); in bpfPerfEventOpen()
117 int fd = bpf::retrieveProgram(bpfProgPath); in TEST()
54 mProgram.reset(retrieveProgram(mProgPath.c_str())); in SetUp()
328 mBpfFd.reset(bpf::retrieveProgram(mBpfProgPath)); in initBpfFd()570 unique_fd bpfFd(bpf::retrieveProgram(bpfProgPath)); in tcAddBpfFilter()
81 case VERIFY_PROG: fd = bpf::retrieveProgram(path); break; in verifyPerms()
1000 fd.reset(retrieveProgram(progPinLoc.c_str())); in loadCodeSections()
2498 bpf_fd.reset(android::bpf::retrieveProgram(FUSE_BPF_PROG_PATH)); in Start()