Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 25 of 34) 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.go114 ctx.Printf("Found %s in tree root. This file needs to be removed to build.\n", file)
165 ctx.Printf("You are building on a machine with %.3vGB of RAM\n", ram)
175 ctx.Printf("Warning: high -j%d count compared to %.3vGB of RAM", config.Parallel(), ram)
328 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error())
332 ctx.Printf("failed to dist %s: %s", filepath.Base(src), err.Error())
347 ctx.Printf("failed to mkdir %s: %s", destDir, err.Error())
351 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…
/build/soong/bp2build/
Dmetrics.go26 fmt.Printf("[bp2build] %s: %d targets\n", ruleClass, count)
29 fmt.Printf(
Dconversion.go63 fmt.Printf("[bp2build] Not writing generated BUILD file for dir: '%s'\n", dir)
/build/soong/android/
Dfixture.go790 fmt.Printf("Begin Fixture State for %s\n", f.t.Name())
792 fmt.Printf(" Fixture Env is empty\n")
794 fmt.Printf(" Begin Env\n")
796 fmt.Printf(" - %s=%s\n", k, v)
798 fmt.Printf(" End Env\n")
801 fmt.Printf(" Mock FS is empty\n")
803 fmt.Printf(" Begin Mock FS Contents\n")
806 fmt.Printf("\n - %s: nil\n", p)
810 fmt.Printf(" - %s\n%s\n", p, separator)
812 fmt.Printf(" %6d: %s\n", i+1, line)
[all …]
Drule_builder_test.go61 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
62 fmt.Printf("tools: %q\n", rule.Tools())
63 fmt.Printf("inputs: %q\n", rule.Inputs())
64 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())
89 fmt.Printf("symlink_outputs: %q\n", rule.SymlinkOutputs())
114 fmt.Printf("commands: %q\n", strings.Join(rule.Commands(), " && "))
[all …]
Dutil_test.go388 fmt.Printf("a = %q\n", a)
389 fmt.Printf("b = %q\n", b)
403 fmt.Printf("a = %q\n", a)
404 fmt.Printf("b = %q\n", b)
405 fmt.Printf("c = %q\n", c)
413 fmt.Printf("a = %q\n", a)
414 fmt.Printf("b = %q\n", b)
415 fmt.Printf("c = %q\n", c)
/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/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/shared/
Denv.go84 fmt.Printf("environment variables changed value:\n")
86 fmt.Printf(" %s\n", s)
/build/soong/third_party/zip/
Dexample_test.go61 fmt.Printf("Contents of %s:\n", f.Name)
/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/blueprint/bootstrap/
Dcommand.go343 fmt.Printf(format, args...)
357 fmt.Printf("%serror:%s %s\n", red, unred, err.Error())
359 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/ui/metrics/proc/
Dstatus_linux_test.go32 fmt.Printf("%d %d\b", status.VmPeak, expectedStatus.VmPeak)
/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/ui/logger/
Dlogger.go49 Printf(format string, v ...interface{}) methodSpec
244 func (s *stdLogger) Printf(format string, v ...interface{}) { func
/build/soong/cmd/fileslist/
Dfileslist.go172 fmt.Printf("%s\n", j)

12