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

/external/libselinux/src/
H A Dlabel_file.c600 static struct spec *lookup_common(struct selabel_handle *rec, function
701 spec = lookup_common(rec, key, type, false);
709 return lookup_common(rec, key, 0, true) ? true : false;
732 specs[0] = lookup_common(rec, key, type, false);
743 specs[i] = lookup_common(rec, aliases[i-1], type, false);
/external/selinux/libselinux/src/
H A Dlabel_file.c637 static struct spec *lookup_common(struct selabel_handle *rec, function
738 spec = lookup_common(rec, key, type, false);
746 return lookup_common(rec, key, 0, true) ? true : false;
769 specs[0] = lookup_common(rec, key, type, false);
780 specs[i] = lookup_common(rec, aliases[i-1], type, false);

Completed in 91 milliseconds