Searched refs:PrintList (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/make/tools/ |
H A D | compare_builds.py | 292 printer.PrintList("Touched in incremental build", touched_incrementally) 296 printer.PrintList("Added", added) 297 printer.PrintList("Removed", removed) 298 printer.PrintList("Changed", changed, "%s %s") 302 printer.PrintList("Source files touched after start of build", touched_during) 307 printer.PrintList("Files and directories created by rules that didn't respect $OUT_DIR", 644 def PrintList(self, title, items, fmt="%s"): member in Printer
|