Searched defs:bpFile (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/androidmk/androidmk/ |
H A D | androidmk.go | 32 type bpFile struct { struct 33 comments []*bpparser.CommentGroup 34 defs []bpparser.Definition 35 localAssignments map[string]*bpparser.Property 36 globalAssignments map[string]*bpparser.Expression 37 variableRenames map[string]string 38 scope mkparser.Scope 39 module *bpparser.Module 44 inModule bool 376 func makeModule(file *bpFile, t string) { [all …]
|
H A D | values.go | 63 func makeToStringExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 127 func makeToListExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 209 func makeToBoolExpression(ms *mkparser.MakeString, file *bpFile) (bpparser.Expression, error) { 228 func extractVariableName(name *mkparser.MakeString, file *bpFile) (string, error) {
|
H A D | android.go | 602 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error {
|
/aosp12/build/soong/sdk/ |
H A D | bp.go | 370 type bpFile struct { struct 371 modules map[string]*bpModule 372 order []*bpModule
|
H A D | update.go | 805 func generateBpContents(contents *generatedContents, bpFile *bpFile) { argument 811 func generateFilteredBpContents(contents *generatedContents, bpFile *bpFile, moduleFilter func(modu… argument 924 bpFile *bpFile member
|
/aosp12/build/soong/python/ |
H A D | python_test.go | 49 bpFile = "Android.bp" var
|