Searched refs:_exec (Results 1 – 5 of 5) sorted by relevance
20 def _exec(self, cmd): member in Bootctl26 return int(self._exec("get-number-slots")[1])31 return int(self._exec("get-current-slot")[1])36 return self._exec("mark-boot-successful")[0] == 041 return self._exec("set-active-boot-slot " + str(slot))[0] == 046 return self._exec("set-slot-as-unbootable " + str(slot))[0] == 051 return self._exec("is-slot-bootable " + str(slot))[0] == 056 return self._exec("is-slot-marked-successful " + str(slot))[0] == 061 return self._exec("get-suffix " + str(slot))[1].strip()
490 # with its own _exec type, not with the domain type.
163 domain_auto_trans(init, $1_exec, $1)
1399 # with its own _exec type, not with the domain type.