Home
last modified time | relevance | path

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

/third_party/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()
147 mycanoncon = f; in set_matchpathcon_canoncon()
149 mycanoncon = &default_canoncon; in set_matchpathcon_canoncon()
355 if (!mycanoncon) in matchpathcon_init_prefix()
356 mycanoncon = default_canoncon; in matchpathcon_init_prefix()