Searched refs:getChildPropertyStruct (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | arch.go | 1086 func getChildPropertyStruct(ctx ArchVariantContext, func 1135 if hostProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1149 if linuxProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1157 if linuxProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1165 if bionicProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1173 if bionicProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1181 if bionicProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1200 if osProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1207 if notWindowsProperties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { 1229 if android64Properties, ok := getChildPropertyStruct(ctx, targetProp, field, prefix); ok { [all …]
|