Searched refs:current_command_ (Results 1 – 5 of 5) sorted by relevance
24 ActionManager::ActionManager() : current_command_(0) {} in ActionManager()88 if (current_command_ == 0) { in ExecuteOneCommand()94 action->ExecuteOneCommand(current_command_); in ExecuteOneCommand()99 ++current_command_; in ExecuteOneCommand()100 if (current_command_ == action->NumCommands()) { in ExecuteOneCommand()102 current_command_ = 0; in ExecuteOneCommand()127 current_command_ = 0; in ClearQueue()
58 std::size_t current_command_; variable
226 current_command_ = Subprocess::Get().ExecFlags( in PerformPartitionPostinstall()233 CHECK_GE(current_command_, 0); in PerformPartitionPostinstall()235 if (!current_command_) { in PerformPartitionPostinstall()242 Subprocess::Get().GetPipeFd(current_command_, kPostinstallStatusFd); in PerformPartitionPostinstall()330 current_command_ = 0; in Cleanup()412 if (!current_command_) in Cleanup()414 if (kill(current_command_, SIGSTOP) != 0) { in Cleanup()415 PLOG(ERROR) << "Couldn't pause child process " << current_command_; in Cleanup()422 if (!current_command_) in Cleanup()424 if (kill(current_command_, SIGCONT) != 0) { in Cleanup()[all …]
137 pid_t current_command_{0};
120 if (!postinstall_action_ || !postinstall_action_->current_command_ || in SuspendRunningAction()122 "/proc/%d/fd/0", postinstall_action_->current_command_)) != in SuspendRunningAction()143 if (!postinstall_action_ || !postinstall_action_->current_command_) { in CancelWhenStarted()