Home
last modified time | relevance | path

Searched refs:rawCommands (Results 1 – 2 of 2) sorted by relevance

/build/soong/genrule/
Dgenrule_test.go498 if g, w := gen.rawCommands[0], "'"+test.expect+"'"; w != g {
668 if g, w := gen.rawCommands, test.cmds; !reflect.DeepEqual(w, g) {
714 if gen.rawCommands[0] != expectedCmd {
715 t.Errorf("Expected cmd: %q, actual: %q", expectedCmd, gen.rawCommands[0])
Dgenrule.go134 rawCommands []string member
405 g.rawCommands = append(g.rawCommands, rawCommand)