Home
last modified time | relevance | path

Searched refs:makeVariableToBlueprint (Results 1 – 2 of 2) sorted by relevance

/build/soong/androidmk/androidmk/
Dandroid.go349 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
388 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
447 bpvalue, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
468 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType)
485 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
520 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
566 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType)
599 …val, err := makeVariableToBlueprint(file, mkparser.SimpleMakeString(value, mkparser.NoPos), bppars…
648 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
721 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.ListType)
[all …]
Dandroidmk.go319 val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.ListType)
343 …val, err := makeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bppa…
368 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString, func