Home
last modified time | relevance | path

Searched refs:better_exec (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmethodpool.py7 from bb.utils import better_compile, better_exec
15 better_exec(comp, None, code, fn)
H A Dtaskdata.py180 bb.utils.better_exec(func, params)
H A Dutils.py397 def better_exec(code, context, text = None, realfile = "<code>", pythonexception=False): function
1210 bb.utils.better_exec(comp, context, code, '<string>')
H A Devent.py277 bb.utils.better_exec(code, env)
H A Dbuild.py309 utils.better_exec(comp, {"d": d}, code, "exec_func_python() autogenerated")
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py385 bb.utils.better_exec("\n".join(code), {"d": d})