Searched refs:cgfd (Results 1 – 1 of 1) sorted by relevance
131 static int is_delegated(int cgfd, const char *path) { in is_delegated() argument135 assert(cgfd >= 0 || path); in is_delegated()137 r = getxattr_malloc(cgfd < 0 ? path : FORMAT_PROC_FD_PATH(cgfd), "trusted.delegate", &b); in is_delegated()142 … r = getxattr_malloc(cgfd < 0 ? path : FORMAT_PROC_FD_PATH(cgfd), "user.delegate", &b); in is_delegated()