Home
last modified time | relevance | path

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

/u-boot/tools/patman/
A Dsettings.py308 def GetItems(config, section): function
346 for name, value in GetItems(config, 'alias'):
350 for name, value in GetItems(config, 'bounces'):
/u-boot/tools/buildman/
A Dbsettings.py33 def GetItems(section): function
A Dtoolchain.py142 for name, value in bsettings.GetItems('toolchain-wrapper'):
243 self._make_flags = dict(bsettings.GetItems('make-flags'))
255 toolchains = bsettings.GetItems('toolchain')
277 self.prefixes = bsettings.GetItems('toolchain-prefix')
393 for tag, value in bsettings.GetItems('toolchain-alias'):

Completed in 5 milliseconds