Searched refs:tomoyo_path_matches_pattern (Results 1 – 7 of 7) sorted by relevance
24 return tomoyo_path_matches_pattern(r->param.environ.name, acl->env); in tomoyo_check_env_acl()
140 if (!tomoyo_path_matches_pattern(pathname, member->member_name)) in tomoyo_path_matches_group()
40 result = tomoyo_path_matches_pattern(&arg, argv->value); in tomoyo_argv()75 if (!tomoyo_path_matches_pattern(&name, envp->name)) in tomoyo_envp()79 result = tomoyo_path_matches_pattern(&value, in tomoyo_envp()
937 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, in tomoyo_path_matches_pattern() function
743 !tomoyo_path_matches_pattern(&exename, in tomoyo_find_next_domain()
950 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
87 if (tomoyo_path_matches_pattern(name, ptr->filename)) in tomoyo_compare_name_union()