Lines Matching defs:filename
435 const struct tomoyo_path_info *filename;
448 const struct tomoyo_path_info *filename;
456 const struct tomoyo_path_info *filename;
520 /* Either @filename or @group is NULL. */
521 const struct tomoyo_path_info *filename;
934 bool tomoyo_correct_path(const char *filename);
950 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
975 const struct tomoyo_path_info *filename);
1056 void tomoyo_load_policy(const char *filename);
1236 return a->filename == b->filename && a->group == b->group;