Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta-selftest/lib/recipetool/
H A Dbbpath.py32 def addparser(name, helptxt, func): function
38 addparser('pluginfile', 'Print the filename of this plugin', print_name)
39 addparser('bbdir', 'Print the BBPATH directory of this plugin', print_bbdir)
40 addparser('count', 'How many times have this plugin been registered.', print_registered)
41 addparser('multiloaded', 'How many times have this plugin been initialized', multiloaded)
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dbbpath.py35 def addparser(name, helptxt, func): function
41 addparser('pluginfile', 'Print the filename of this plugin', print_name)
42 addparser('bbdir', 'Print the BBPATH directory of this plugin', print_bbdir)
43 addparser('count', 'How many times have this plugin been registered.', print_registered)
44 addparser('multiloaded', 'How many times have this plugin been initialized', multiloaded)