Home
last modified time | relevance | path

Searched refs:keepGoing (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/build/
Dconfig_test.go43 keepGoing int
85 keepGoing: -1,
94 if c.keepGoing != tc.keepGoing {
97 tc.keepGoing, c.keepGoing)
Dninja.go52 if config.keepGoing != 1 {
53 args = append(args, "-k", strconv.Itoa(config.keepGoing))
Dconfig.go41 keepGoing int member
72 ret.keepGoing = 1
262 c.keepGoing = parseArgNum(0)