Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dsettings.py290 def GetItems(config, section): function
328 for name, value in GetItems(config, 'alias'):
332 for name, value in GetItems(config, 'bounces'):
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtoolchain.py135 for name, value in bsettings.GetItems('toolchain-wrapper'):
188 self._make_flags = dict(bsettings.GetItems('make-flags'))
200 toolchains = bsettings.GetItems('toolchain')
222 self.prefixes = bsettings.GetItems('toolchain-prefix')
337 for tag, value in bsettings.GetItems('toolchain-alias'):
H A Dbsettings.py35 def GetItems(section): function