Searched refs:getChildPropertyStruct (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | arch.go | 1057 func getChildPropertyStruct(ctx ArchVariantContext, func 1102 hostProperties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1115 linuxProperties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1122 bionicProperties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1140 osProperties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1146 notWindowsProperties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1167 android64Properties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1172 android32Properties := getChildPropertyStruct(ctx, targetProp, field, prefix) 1193 archStruct := getChildPropertyStruct(ctx, archProp, archType.Name, prefix) 1207 …multilibProperties := getChildPropertyStruct(ctx, multilibProp, archType.Multilib, "multilib."+arc… [all …]
|