Searched refs:parseSrcs (Results 1 – 1 of 1) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 213 …parseSrcs := func(ctx android.BazelConversionPathContext, axis bazel.ConfigurationAxis, config str… 231 parseSrcs(ctx, axis, config, prebuiltLinkerProperties.Srcs) 240 parseSrcs(ctx, axis, config, props.Srcs) 335 if srcsList, ok := parseSrcs(ctx, props); ok { 423 func parseSrcs(ctx android.BazelConversionPathContext, props *BaseCompilerProperties) (bazel.LabelL… func
|