HomeSort by relevance Sort by last modified time
    Searched refs:KillExec (Results 1 - 5 of 5) sorted by null

  /system/update_engine/common/
subprocess.h 39 // you know you won't call KillExec(), you may safely lose the return value
79 void KillExec(pid_t pid);
subprocess.cc 211 void Subprocess::KillExec(pid_t pid) {
subprocess_unittest.cc 267 Subprocess::Get().KillExec(tag);
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 392 // Calling KillExec() will discard the callback we registered and therefore
394 Subprocess::Get().KillExec(current_command_);
396 // If the command has been suspended, resume it after KillExec() so that the
397 // process can process the SIGTERM sent by KillExec().
  /system/update_engine/
p2p_manager.cc 391 Subprocess::Get().KillExec(child_pid_);

Completed in 128 milliseconds