Home
last modified time | relevance | path

Searched refs:Recipe (Results 1 – 4 of 4) sorted by relevance

/build/soong/androidmk/parser/
Dast.go86 Recipe string member
91 if x.Recipe != "" {
92 recipe = "\n" + x.Recipe
98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
Dparser_test.go97 Recipe: "echo first line\necho second line",
Dparser.go449 Recipe: recipe,
/build/soong/makedeps/
Ddeps.go52 if x.Recipe != "" {