Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dpath.go93 ctx.Fatalln("Failed to create symlink:", err)
122 ctx.Fatalln("Failed to build path interposer:", err)
126 ctx.Fatalln("Failed to write original path:", err)
131 ctx.Fatalln("Failed to listen for path logs:", err)
185 …ctx.Fatalln("TEMPORARY_DISABLE_PATH_RESTRICTIONS was a temporary migration method, and is now obso…
197 ctx.Fatalln("Failed to create symlink:", err)
Dbuild.go42 ctx.Fatalln("Failed to write BUILD_DATETIME to file:", err)
45 ctx.Fatalln("Missing BUILD_DATETIME_FILE")
72 ctx.Fatalln("Failed to create combined ninja file:", err)
77 ctx.Fatalln("Failed to write combined ninja file:", err)
111 ctx.Fatalln("Failed to check case sensitivity:", err)
116 ctx.Fatalln("Failed to check case sensitivity:", err)
121 ctx.Fatalln("Failed to check case sensitivity:", err)
129 ctx.Fatalln("Case-insensitive filesystems not supported")
Dconfig.go90 ctx.Fatalln("Error verifying tree state:", err)
114 ctx.Fatalln("Failed to get working directory:", err)
203 ctx.Fatalln("Directory names containing spaces are not supported")
211 ctx.Fatalln("Directory names containing spaces are not supported")
219 ctx.Fatalln("Directory names containing spaces are not supported")
231 …ctx.Fatalln("The environment variable EXPERIMENTAL_USE_OPENJDK11_TOOLCHAIN is no longer supported.…
521 ctx.Fatalln("Unknown option:", arg)
525 ctx.Fatalln("OUT_DIR may only be set in the environment, not as a command line option.")
584 ctx.Fatalln("System doesn't support either C.UTF-8 or en_US.UTF-8")
Ddumpvars.go107 ctx.Fatalln("Error getting output pipe for ckati:", err)
261 ctx.Fatalln("Error dumping make vars:", err)
Dsoong.go97 ctx.Fatalln("Failed to build minibp:", err)
107 ctx.Fatalln("Failed to build bpglob:", err)
Dgoma.go71 ctx.Fatalln("goma_ctl.py not found")
Dcleanbuild.go154 ctx.Fatalln("Failed to write product config:", err)
164 ctx.Fatalln("Failed to read previous product config:", err)
Dkati.go101 ctx.Fatalln("Error getting output pipe for ckati:", err)
/build/soong/cmd/soong_ui/
Dmain.go273 ctx.Fatalln("Failed to get absolute path of", path, err)
343 ctx.Fatalln("Failed to get absolute path of", path, err)
418 ctx.Fatalln("Improper build action arguments.")
433 ctx.Fatalln("Build action not defined.")
436 ctx.Fatalln("-dir not specified.")
/build/soong/ui/logger/
Dlogger.go64 Fatalln(v ...interface{}) methodSpec
295 func (s *stdLogger) Fatalln(v ...interface{}) { func