Searched defs:find_type (Results 1 – 2 of 2) sorted by relevance
315 static type_datum_t *find_type(sepol_policydb_t *db, char *type, uint32_t flavor) { in find_type() function
1532 DataType::Type find_type = (value == 0xff) ? DataType::Type::kInt8 : DataType::Type::kInt16; in VisitAnd() local