Searched refs:mergePropertyStruct (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | arch.go | 1059 func mergePropertyStruct(ctx ArchVariantContext, dst interface{}, srcValue reflect.Value) { func 1136 mergePropertyStruct(ctx, genProps, hostProperties) 1150 mergePropertyStruct(ctx, genProps, linuxProperties) 1158 mergePropertyStruct(ctx, genProps, linuxProperties) 1166 mergePropertyStruct(ctx, genProps, bionicProperties) 1174 mergePropertyStruct(ctx, genProps, bionicProperties) 1182 mergePropertyStruct(ctx, genProps, bionicProperties) 1201 mergePropertyStruct(ctx, genProps, osProperties) 1208 mergePropertyStruct(ctx, genProps, notWindowsProperties) 1230 mergePropertyStruct(ctx, genProps, android64Properties) [all …]
|