Home
last modified time | relevance | path

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

/build/soong/androidmk/androidmk/
Dandroid.go39 mkvalue *mkparser.MakeString member
349 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)
534 ctx.file.errorf(ctx.mkvalue, "unsupported sanitize expression")
566 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.StringType)
588 class := ctx.mkvalue.Value(ctx.file.scope)
[all …]