Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dselinux_restorecon.c590 static int compare_types(const char *curcon, const char *newcon, char **newtypecon) in compare_types() argument
615 *newtypecon = strdup(context_str(conb)); in compare_types()
616 if (!*newtypecon) { in compare_types()
641 char *newtypecon = NULL; in restorecon_sb() local
743 rc = compare_types(curcon, newcon, &newtypecon); in restorecon_sb()
747 if (newtypecon) { in restorecon_sb()
749 newcon = newtypecon; in restorecon_sb()