Home
last modified time | relevance | path

Searched refs:Fatalln (Results 1 – 10 of 10) sorted by relevance

/build/soong/ui/build/
Dbuild.go59 ctx.Fatalln("Failed to create combined ninja file:", err)
64 ctx.Fatalln("Failed to write combined ninja file:", err)
98 ctx.Fatalln("Failed to check case sensitivity:", err)
103 ctx.Fatalln("Failed to check case sensitivity:", err)
108 ctx.Fatalln("Failed to check case sensitivity:", err)
116 ctx.Fatalln("Case-insensitive filesystems not supported")
Dpath.go72 ctx.Fatalln("Failed to build path interposer:", err)
76 ctx.Fatalln("Failed to write original path:", err)
81 ctx.Fatalln("Failed to listen for path logs:", err)
144 ctx.Fatalln("Failed to create symlink:", err)
Dconfig.go83 ctx.Fatalln("Failed to get working directory:", err)
162 log.Fatalln("Error verifying tree state:", err)
170 log.Fatalln("Directory names containing spaces are not supported")
178 log.Fatalln("Directory names containing spaces are not supported")
186 log.Fatalln("Directory names containing spaces are not supported")
226 ctx.Fatalln("Failed to write BUILD_DATETIME to file:", err)
264 ctx.Fatalln("Unknown option:", arg)
324 ctx.Fatalln("System doesn't support either C.UTF-8 or en_US.UTF-8")
Dcleanbuild.go142 ctx.Fatalln("Failed to write product config:", err)
152 ctx.Fatalln("Failed to read previous product config:", err)
Ddumpvars.go93 ctx.Fatalln("Error getting output pipe for ckati:", err)
218 ctx.Fatalln("Error dumping make vars:", err)
Dsoong.go93 ctx.Fatalln("Failed to build minibp:", err)
103 ctx.Fatalln("Failed to build bpglob:", err)
Dgoma.go71 ctx.Fatalln("goma_ctl.py not found")
Dkati.go96 ctx.Fatalln("Error getting output pipe for ckati:", err)
/build/soong/cmd/soong_ui/
Dmain.go68 log.Fatalln("The `soong` native UI is not yet available.")
222 ctx.Fatalln("Failed to get absolute path of", path, err)
292 ctx.Fatalln("Failed to get absolute path of", path, err)
/build/soong/ui/logger/
Dlogger.go64 Fatalln(v ...interface{}) methodSpec
295 func (s *stdLogger) Fatalln(v ...interface{}) { func