Searched refs:lookup_common (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_file.c | 1011 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common() function 1060 spec = lookup_common(rec, key, type, false); in lookup() 1068 return lookup_common(rec, key, 0, true) ? true : false; in partial_match() 1091 specs[0] = lookup_common(rec, key, type, false); in lookup_best_match() 1102 specs[i] = lookup_common(rec, aliases[i-1], type, false); in lookup_best_match()
|