Home | History | Annotate | Download | only in androidfw

Lines Matching defs:targetType

4748             const char16_t* targetType = type;
4753 targetType, targetTypeLen);
4768 } while (strzcmp16(attr.string(), attr.size(), targetType, targetTypeLen) == 0
4769 && (targetType = attrPrivate.string())