Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c107 static int (*mycanoncon) (const char *p, unsigned l, char **c) = variable
113 mycanoncon = f; in set_matchpathcon_canoncon()
115 mycanoncon = &default_canoncon; in set_matchpathcon_canoncon()
311 if (!mycanoncon) in matchpathcon_init_prefix()
312 mycanoncon = default_canoncon; in matchpathcon_init_prefix()
537 else if (mycanoncon) in compat_validate()
538 rc = mycanoncon(path, lineno, ctx); in compat_validate()