Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dsettings.py302 def GetItems(config, section): function
340 for name, value in GetItems(config, 'alias'):
344 for name, value in GetItems(config, 'bounces'):
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py139 for name, value in bsettings.GetItems('toolchain-wrapper'):
216 self._make_flags = dict(bsettings.GetItems('make-flags'))
228 toolchains = bsettings.GetItems('toolchain')
250 self.prefixes = bsettings.GetItems('toolchain-prefix')
366 for tag, value in bsettings.GetItems('toolchain-alias'):
H A Dbsettings.py33 def GetItems(section): function