Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h659 uint32_t otype, uint32_t *present_otype);
/external/selinux/libsepol/src/
Dexpand.c1414 uint32_t mapped_otype, present_otype; in expand_filename_trans_helper() local
1422 NULL, mapped_otype, &present_otype in expand_filename_trans_helper()
1426 if (present_otype == mapped_otype) in expand_filename_trans_helper()
1434 state->out->p_type_val_to_name[present_otype - 1], in expand_filename_trans_helper()
Dpolicydb.c2602 uint32_t *present_otype) in policydb_filetrans_insert() argument
2615 if (present_otype) in policydb_filetrans_insert()
2616 *present_otype = datum->otype; in policydb_filetrans_insert()