Searched refs:tomoyo_path_matches_pattern2 (Results 1 - 1 of 1) sorted by path

/linux-master/security/tomoyo/
H A Dutil.c847 * tomoyo_path_matches_pattern2 - Do pathname pattern matching.
854 static bool tomoyo_path_matches_pattern2(const char *f, const char *p) function
904 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1))
955 return tomoyo_path_matches_pattern2(f, p);

Completed in 386 milliseconds