Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c11 static int (*mycanoncon) (const char *p, unsigned l, char **c) = NULL; variable
47 else if (mycanoncon) in compat_validate()
48 rc = mycanoncon(path, lineno, ctx); in compat_validate()
141 mycanoncon = f; in set_matchpathcon_canoncon()
143 mycanoncon = &default_canoncon; in set_matchpathcon_canoncon()
339 if (!mycanoncon) in matchpathcon_init_prefix()
340 mycanoncon = default_canoncon; in matchpathcon_init_prefix()