Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dmatchpathcon.c472 char *rest_a, *rest_b; /* Rest of the context after the user */ in selinux_file_context_cmp() local
480 rest_b = strchr((char *)b, ':'); in selinux_file_context_cmp()
481 if (!rest_a && !rest_b) in selinux_file_context_cmp()
485 if (!rest_b) in selinux_file_context_cmp()
487 return strcmp(rest_a, rest_b); in selinux_file_context_cmp()