Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py36 class CommandExit(bb.event.Event): class
41 class CommandFailed(CommandExit):
44 CommandExit.__init__(self, 1)
151 bb.event.fire(CommandExit(code), self.cooker.data)
H A Dtinfoil.py811 … if isinstance(event, (bb.command.CommandFailed, bb.command.CommandExit)):
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py315 if isinstance(event, bb.command.CommandExit):
H A Dtaskexp.py315 if isinstance(event, bb.command.CommandExit):
H A Dtoasterui.py392 bb.command.CommandExit)):
H A Dteamcity.py340 if isinstance(event, bb.command.CommandExit):
H A Dknotty.py806 if isinstance(event, bb.command.CommandExit):
H A Dtaskexp_ncurses.py1090 if isinstance(event, bb.command.CommandExit):