Searched refs:Printfln (Results 1 – 1 of 1) sorted by relevance
/build/soong/sdk/ |
D | update.go | 90 func (gc *generatedContents) Printfln(format string, args ...interface{}) { func 531 contents.Printfln("// This is auto-generated. DO NOT EDIT.") 533 contents.Printfln("") 534 contents.Printfln("%s {", bpModule.moduleType) 536 contents.Printfln("}") 553 contents.Printfln("%s: [", name) 556 contents.Printfln("%q,", v[i]) 559 contents.Printfln("],") 561 contents.Printfln("%s: [],", name) 563 contents.Printfln("%s: [%q],", name, v[0]) [all …]
|