Searched defs:source_type (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tools/
H A Dsepolicy-check.c63 int expand_and_check(int s_op, uint32_t source_type, argument
86 match &= check(s_op, source_type, cur->key.source_type);
128 key.source_type = key.target_type = key.target_class = 0;
167 key.source_type = src->s.value;
174 match = expand_and_check(s_op, key.source_type,
182 return expand_and_check(s_op, key.source_type,

Completed in 44 milliseconds