Searched refs:Extra (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ |
D | androidmk.go | 28 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) (err error) { 67 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error { 101 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error { 116 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error {
|
/build/soong/common/ |
D | androidmk.go | 47 Extra []func(w io.Writer, outputFile Path) error member 205 for _, extra := range data.Extra {
|