Searched defs:cg_fd (Results 1 – 2 of 2) sorted by relevance
149 const base::unique_fd& cg_fd) { in attachProgram()157 inline int detachProgram(bpf_attach_type type, const base::unique_fd& cg_fd) { in detachProgram()
228 unique_fd cg_fd(open(cg2_path.c_str(), O_DIRECTORY | O_RDONLY | O_CLOEXEC)); in initPrograms() local