Searched refs:present_otype (Results 1 - 3 of 3) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 659 uint32_t otype, uint32_t *present_otype);
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 1414 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()
|
H A D | policydb.c | 2602 uint32_t *present_otype) in policydb_filetrans_insert() 2615 if (present_otype) in policydb_filetrans_insert() 2616 *present_otype = datum->otype; in policydb_filetrans_insert() 2599 policydb_filetrans_insert(policydb_t *p, uint32_t stype, uint32_t ttype, uint32_t tclass, const char *name, char **name_alloc, uint32_t otype, uint32_t *present_otype) policydb_filetrans_insert() argument
|
Completed in 12 milliseconds