Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c316 struct context_order { struct
323 const struct context_order *c1 = A, *c2 = B; in order_compare() argument
399 struct context_order *co = NULL; in get_ordered_context_list()
473 co = malloc(nreach * sizeof(struct context_order)); in get_ordered_context_list()
480 qsort(co, nreach, sizeof(struct context_order), order_compare); in get_ordered_context_list()