Home
last modified time | relevance | path

Searched defs:find_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c315 static type_datum_t *find_type(sepol_policydb_t *db, char *type, uint32_t flavor) { in find_type() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1532 DataType::Type find_type = (value == 0xff) ? DataType::Type::kInt8 : DataType::Type::kInt16; in VisitAnd() local