Home
last modified time | relevance | path

Searched refs:tomoyo_path_matches_pattern2 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dutil.c819 static bool tomoyo_path_matches_pattern2(const char *f, const char *p) in tomoyo_path_matches_pattern2() function
869 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1)) in tomoyo_path_matches_pattern2()
920 return tomoyo_path_matches_pattern2(f, p); in tomoyo_path_matches_pattern()