Searched refs:forceshutdown (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 53 initial, parsing, running, shutdown, forceshutdown, stopped, error = list(range(7)) variable in state 337 self.state = state.forceshutdown 341 …if not self.state in [state.initial, state.shutdown, state.forceshutdown, state.stopped, state.err… 1478 if halt or self.state == state.forceshutdown: 1523 if halt or self.state == state.forceshutdown: 1632 if self.state in (state.shutdown, state.forceshutdown, state.error): 1760 self.state = state.forceshutdown
|
| H A D | command.py | 113 …f.cooker.state in (bb.cooker.state.error, bb.cooker.state.shutdown, bb.cooker.state.forceshutdown):
|