Home
last modified time | relevance | path

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

/aosp12/build/make/tools/
H A Dmk2bp_catalog.py184 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)
988 def __init__(self, args, soong, all_makefiles): argument
991 self.all_makefiles = all_makefiles
[all …]