Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dninja.go55 if config.keepGoing != 1 {
56 args = append(args, "-k", strconv.Itoa(config.keepGoing))
Dconfig_test.go48 keepGoing int
90 keepGoing: -1,
99 if c.keepGoing != tc.keepGoing {
102 tc.keepGoing, c.keepGoing)
Dconfig.go40 keepGoing int member
101 ret.keepGoing = 1
519 c.keepGoing = parseArgNum(0)