Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dlabel_file.c1012 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common() function
1114 spec = lookup_common(rec, key, type, false); in lookup()
1122 return lookup_common(rec, key, 0, true) ? true : false; in partial_match()
1145 specs[0] = lookup_common(rec, key, type, false); in lookup_best_match()
1156 specs[i] = lookup_common(rec, aliases[i-1], type, false); in lookup_best_match()