Searched refs:bpFile (Results 1 – 3 of 3) sorted by relevance
/build/soong/python/ |
D | python_test.go | 53 bpFile = "Blueprints" var 65 bpFile: []byte(`subdirs = ["dir"]`), 66 filepath.Join("dir", bpFile): []byte( 80 bpFile: []byte(`subdirs = ["dir"]`), 81 filepath.Join("dir", bpFile): []byte( 99 bpFile: []byte(`subdirs = ["dir"]`), 100 filepath.Join("dir", bpFile): []byte( 122 bpFile: []byte(`subdirs = ["dir"]`), 123 filepath.Join("dir", bpFile): []byte( 160 bpFile: []byte(`subdirs = ["dir"]`), [all …]
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 42 type bpFile struct { struct 56 func (f *bpFile) insertComment(s string) { argument 68 func (f *bpFile) insertExtraComment(s string) { argument 74 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) { argument 86 func (f *bpFile) warnf(message string, args ...interface{}) { argument 92 func (f *bpFile) addErrorText(message string) { argument 96 func (f *bpFile) setMkPos(pos, end scanner.Position) { argument 153 file := &bpFile{ 257 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument 329 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument [all …]
|
D | android.go | 37 file *bpFile 589 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { argument
|