Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dpath.go102 ctx.Fatalln("Failed to create symlink:", err)
145 ctx.Fatalln("Failed to build path interposer:", err)
150 ctx.Fatalln("Failed to write original path:", err)
157 ctx.Fatalln("Failed to listen for path logs:", err)
218 …ctx.Fatalln("TEMPORARY_DISABLE_PATH_RESTRICTIONS was a temporary migration method, and is now obso…
236 ctx.Fatalln("Failed to create symlink:", err)
Dbuild.go49 ctx.Fatalln("Failed to write BUILD_DATETIME to file:", err)
52 ctx.Fatalln("Missing BUILD_DATETIME_FILE")
79 ctx.Fatalln("Failed to create combined ninja file:", err)
84 ctx.Fatalln("Failed to write combined ninja file:", err)
129 ctx.Fatalln("Failed to check case sensitivity:", err)
133 ctx.Fatalln("Failed to check case sensitivity:", err)
138 ctx.Fatalln("Failed to check case sensitivity:", err)
146 ctx.Fatalln("Case-insensitive filesystems not supported")
Dconfig.go121 ctx.Fatalln("Error verifying tree state:", err)
145 ctx.Fatalln("Failed to get working directory:", err)
214 ctx.Fatalln("USE_GOMA / FORCE_USE_GOMA flag is no longer supported.")
236 ctx.Fatalln("Directory names containing spaces are not supported")
244 ctx.Fatalln("Directory names containing spaces are not supported")
252 ctx.Fatalln("Directory names containing spaces are not supported")
264 …ctx.Fatalln("The environment variable EXPERIMENTAL_USE_OPENJDK11_TOOLCHAIN is no longer supported.…
607 ctx.Fatalln("Unknown option:", arg)
611 ctx.Fatalln("OUT_DIR may only be set in the environment, not as a command line option.")
670 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)
Dgoma.go71 ctx.Fatalln("goma_ctl.py not found")
Dcleanbuild.go167 ctx.Fatalln("Failed to write product config:", err)
178 ctx.Fatalln("Failed to read previous product config:", err)
Dkati.go156 ctx.Fatalln("Error getting output pipe for ckati:", err)
Dsoong.go259 ctx.Fatalln("Failed to build bpglob:", err)
/build/soong/cmd/soong_ui/
Dmain.go345 ctx.Fatalln("Failed to get absolute path of", path, err)
415 ctx.Fatalln("Failed to get absolute path of", path, err)
492 ctx.Fatalln("Improper build action arguments.")
507 ctx.Fatalln("Build action not defined.")
510 ctx.Fatalln("-dir not specified.")
/build/soong/ui/logger/
Dlogger.go64 Fatalln(v ...interface{}) methodSpec
295 func (s *stdLogger) Fatalln(v ...interface{}) { func