Home | History | Annotate | Download | only in src

Lines Matching refs:otype

1149 	filename_trans_datum_t *newdatum = NULL, *otype = NULL;
1204 newdatum->otype = sepol_result->s.value;
1210 otype = hashtab_search(filename_trans_table, (hashtab_key_t)newkey);
1211 if (newdatum->otype != otype->otype) {