Searched defs:tomoyo_path_matches_pattern2 (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Dutil.c830 * tomoyo_path_matches_pattern2 - Do pathname pattern matching.
837 static bool tomoyo_path_matches_pattern2(const char *f, const char *p) function
887 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1))
938 return tomoyo_path_matches_pattern2(f, p);

Completed in 46 milliseconds