Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c321 static int order_compare(const void *A, const void *B) in order_compare() function
480 qsort(co, nreach, sizeof(struct context_order), order_compare); in get_ordered_context_list()