Searched refs:mergePropertyStruct (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | arch.go | 1028 func mergePropertyStruct(ctx ArchVariantContext, dst interface{}, srcValue reflect.Value) { func 1103 mergePropertyStruct(ctx, genProps, hostProperties) 1116 mergePropertyStruct(ctx, genProps, linuxProperties) 1123 mergePropertyStruct(ctx, genProps, bionicProperties) 1141 mergePropertyStruct(ctx, genProps, osProperties) 1147 mergePropertyStruct(ctx, genProps, notWindowsProperties) 1168 mergePropertyStruct(ctx, genProps, android64Properties) 1173 mergePropertyStruct(ctx, genProps, android32Properties) 1369 mergePropertyStruct(ctx, genProps, propStruct) 1916 mergePropertyStruct(ctx, value, propertyStruct)
|