Searched refs:all_makefiles (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/ |
D | mk2bp_catalog.py | 177 def clean_and_only_blocked_by_clean(soong, all_makefiles, makefile): argument 184 m = all_makefiles.get(filename) 351 all_makefiles = dict() 355 all_makefiles[filename] = Makefile(filename) 358 HtmlProcessor(args=args, soong=soong, all_makefiles=all_makefiles).execute() 360 CsvProcessor(args=args, soong=soong, all_makefiles=all_makefiles).execute() 363 def __init__(self, args, soong, all_makefiles): argument 366 self.all_makefiles = all_makefiles 687 makefile = self.all_makefiles.get(filename) 936 if clean_and_only_blocked_by_clean(self.soong, self.all_makefiles, makefile)] [all …]
|