Home
last modified time | relevance | path

Searched refs:ExpansionError (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/scripts/contrib/
H A Dbbvars.py120 except bb.data_smart.ExpansionError:
131 except bb.data_smart.ExpansionError:
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py99 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
103 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
108 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
126 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
132 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
137 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddata.py47 except bb.data_smart.ExpansionError:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py175 class ExpansionError(Exception): class
472 except ExpansionError as e:
481 raise ExpansionError(varname, s, exc).with_traceback(tb) from exc
H A Dcookerdata.py297 except bb.data_smart.ExpansionError as e:
H A Dutils.py410 …except (bb.BBHandledException, bb.parse.SkipRecipe, bb.data_smart.ExpansionError, bb.process.Execu…
H A Dcooker.py2311 except bb.data_smart.ExpansionError as exc:
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py913 except bb.data_smart.ExpansionError: