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

/system/sepolicy/tools/
H A Dsepolicy-check.c64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
128 key.source_type = key.target_type = key.target_class = 0;
169 key.target_type = tgt->s.value;
175 t_op, key.target_type,
183 t_op, key.target_type,
63 expand_and_check(int s_op, uint32_t source_type, int t_op, uint32_t target_type, int c_op, uint32_t target_class, perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) argument

Completed in 65 milliseconds