Searched refs:osType (Results 1 – 1 of 1) sorted by relevance
529 for _, osType := range s.getPossibleOsTypes() {530 if combined, ok := osTypeToCombinedProperties[osType]; ok {531 osPropertySet := targetPropertySet.AddPropertySet(osType.Name)1240 osType android.OsType member1254 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa…1256 osType: osType,1261 properties.Base().Os = osType1296 …archInfo := newArchSpecificInfo(ctx, archType, osType, osSpecificVariantPropertiesFactory, archVar…1338 (osInfo.osType.Class == android.Device || !ctx.memberType.IsHostOsDependent()) {1375 osType := osInfo.osType[all …]