Home
last modified time | relevance | path

Searched defs:bpFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go42 type bpFile struct { struct
43 comments []*bpparser.CommentGroup
44 defs []bpparser.Definition
45 localAssignments map[string]*bpparser.Property
46 globalAssignments map[string]*bpparser.Expression
47 scope mkparser.Scope
48 module *bpparser.Module
50 mkPos scanner.Position // Position of the last handled line in the makefile
51 bpPos scanner.Position // Position of the last emitted line to the blueprint file
53 inModule bool
[all …]
Dandroid.go589 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error {
/build/soong/python/
Dpython_test.go53 bpFile = "Blueprints" var