Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c396 static struct aa_profile *__lookupn_profile(struct aa_policy *base, in __lookupn_profile() function
422 return __lookupn_profile(base, hname, strlen(hname)); in __lookup_profile()
440 profile = __lookupn_profile(&ns->base, hname, n); in aa_lookupn_profile()