Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py35 class CommandExit(bb.event.Event): class
40 class CommandFailed(CommandExit):
43 CommandExit.__init__(self, 1)
152 bb.event.fire(CommandExit(code), self.cooker.data)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dncurses.py312 if isinstance(event, bb.command.CommandExit):
H A Dtoasterui.py392 bb.command.CommandExit)):
H A Dtaskexp.py315 if isinstance(event, bb.command.CommandExit):
H A Dteamcity.py345 if isinstance(event, bb.command.CommandExit):
H A Dknotty.py753 if isinstance(event, bb.command.CommandExit):