Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 25 of 30) sorted by relevance

12

/build/soong/finder/cmd/
Dfinder.go66 …fmt.Printf("usage: finder -name <fileName> --db <dbPath> <searchDirectory> [<searchDirectory>...]\…
106 logger.Printf("Finder starting at %v\n", startTime)
139 logger.Printf("Found these %v inodes in %v :\n", len(matches), findDuration)
144 logger.Printf("End of %v inodes\n", len(matches))
145 logger.Printf("Finder completed in %v\n", time.Since(startTime))
/build/soong/ui/build/
Dconfig_darwin.go25 ctx.Printf("Failed to get system memory size: %v", err)
35 ctx.Printf("Failed to get system memory size, returned %d bytes, expecting 8 bytes", len(s))
Dbuild.go96 ctx.Printf("Found %s in tree root. This file needs to be removed to build.\n", file)
151 ctx.Printf("You are building on a machine with %.3vGB of RAM\n", ram)
160 ctx.Printf("Warning: high -j%d count compared to %.3vGB of RAM", config.Parallel(), ram)
274 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error())
280 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
296 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error())
302 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
Dconfig_linux.go23 ctx.Printf("Failed to get system memory size: %v", err)
Dproc_sync.go83 …logger.Printf("Acquired lock on %v; previous Soong process must have completed. Continuing...\n", …
91 …logger.Printf("Waiting up to %s to lock %v to ensure no other Soong process is running in the same…
Dsandbox_linux.go207 c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.Sandbox.AllowBuildBrokenUsesNetwork)
208 c.ctx.Printf("BuildBrokenUsesNetwork: %v", c.config.BuildBrokenUsesNetwork())
Dproc_sync_test.go191 fmt.Printf("Will lock path %q\n", lockpath)
202 …fmt.Printf("Tried to lock path %s. Received error %v. Exiting with status %v\n", lockpath, err, ex…
Dpath.go155 ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
/build/soong/scripts/
Dbuild_broken_logs.go44 fmt.Printf("\nBranch %s:\n", branch)
170 …fmt.Printf(" %s needs to set %s := true (%d instance%s)\n", device, setting.name, log.HasBroken[…
174 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name)
181 …fmt.Printf(" %s sets %s := false, which is the default and can be removed\n", device, setting.nam…
184 fmt.Printf(" %s sets %s := true, but does not need it\n", device, setting.name)
194 …fmt.Printf(" %s sets %s := %v, which is deprecated, but has %d failure%s\n", device, setting.name…
196 …fmt.Printf(" %s sets %s := %v, which is deprecated and can be removed\n", device, setting.name, *…
/build/soong/android/
Drule_builder_test.go58 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
59 fmt.Printf("tools: %q\n", rule.Tools())
60 fmt.Printf("inputs: %q\n", rule.Inputs())
61 fmt.Printf("outputs: %q\n", rule.Outputs())
85 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
86 fmt.Printf("tools: %q\n", rule.Tools())
87 fmt.Printf("inputs: %q\n", rule.Inputs())
88 fmt.Printf("outputs: %q\n", rule.Outputs())
113 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
114 fmt.Printf("tools: %q\n", rule.Tools())
[all …]
Dutil_test.go379 fmt.Printf("a = %q\n", a)
380 fmt.Printf("b = %q\n", b)
394 fmt.Printf("a = %q\n", a)
395 fmt.Printf("b = %q\n", b)
396 fmt.Printf("c = %q\n", c)
404 fmt.Printf("a = %q\n", a)
405 fmt.Printf("b = %q\n", b)
406 fmt.Printf("c = %q\n", c)
/build/soong/symbol_inject/
Dpe.go84 fmt.Printf("\t\tMachine: %#v,\n", peFile.FileHeader.Machine)
89 fmt.Printf("\t\t&pe.Section{SectionHeader: %#v},\n", section.SectionHeader)
95 fmt.Printf("\t\t%#v,\n", symbol)
Delf.go143 fmt.Printf("\tt: %#v,\n", elfFile.Type)
147 fmt.Printf("\t\t%#v,\n", section.SectionHeader)
153 fmt.Printf("\t\t%#v,\n", symbol)
Dmacho.go82 fmt.Printf("\t\t&macho.Section{SectionHeader: %#v},\n", section.SectionHeader)
89 fmt.Printf("\t\t\t%#v,\n", symbol)
/build/soong/env/
Denv.go72 fmt.Printf("environment variables changed value:\n")
74 fmt.Printf(" %s\n", s)
/build/blueprint/bootstrap/
Dcommand.go261 fmt.Printf(format, args...)
275 fmt.Printf("%serror:%s %s\n", red, unred, err.Error())
277 fmt.Printf("%sinternal error:%s %s\n", red, unred, err)
Dcleanup.go150 fmt.Printf("removed old ninja-created file %s because it has no rule to generate it\n", path)
/build/soong/cuj/
Dcuj.go223 fmt.Printf("error running before function on test %q: %v\n", t.name, err)
229 fmt.Printf("error running test %q: %s\n", t.name, t.results.err)
/build/soong/third_party/zip/
Dexample_test.go61 fmt.Printf("Contents of %s:\n", f.Name)
/build/soong/ui/logger/
Dlogger.go49 Printf(format string, v ...interface{}) methodSpec
244 func (s *stdLogger) Printf(format string, v ...interface{}) { func
/build/soong/ui/status/
Dlog.go184 e.log.Printf("Failed to write file %s: %v\n", e.filename, err)
250 b.log.Printf("Failed to write file %s: %v\n", b.filename, err)
/build/soong/cmd/soong_ui/
Dmain.go333 fmt.Printf("%sreport_config='%s'\n", *varPrefix, build.Banner(varData))
335 fmt.Printf("%s%s='%s'\n", *varPrefix, name, varData[name])
347 fmt.Printf("%s%s='%s'\n", *absVarPrefix, name, strings.Join(res, " "))
/build/soong/cmd/fileslist/
Dfileslist.go172 fmt.Printf("%s\n", j)
/build/blueprint/bpfmt/
Dbpfmt.go101 fmt.Printf("diff %s bpfmt/%s\n", filename, filename)
/build/soong/bpfix/cmd_lib/
Dbpfix.go105 fmt.Printf("diff %s bpfix/%s\n", filename, filename)

12