Searched refs:better_exec (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | methodpool.py | 7 from bb.utils import better_compile, better_exec 15 better_exec(comp, None, code, fn)
|
H A D | taskdata.py | 180 bb.utils.better_exec(func, params)
|
H A D | utils.py | 397 def better_exec(code, context, text = None, realfile = "<code>", pythonexception=False): function 1210 bb.utils.better_exec(comp, context, code, '<string>')
|
H A D | event.py | 277 bb.utils.better_exec(code, env)
|
H A D | build.py | 309 utils.better_exec(comp, {"d": d}, code, "exec_func_python() autogenerated")
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 385 bb.utils.better_exec("\n".join(code), {"d": d})
|