OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
255
Subprocess::Get().
KillExec
(tag);
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
359
// Calling
KillExec
() will discard the callback we registered and therefore
361
Subprocess::Get().
KillExec
(current_command_);
/system/update_engine/
p2p_manager.cc
388
Subprocess::Get().
KillExec
(child_pid_);
Completed in 143 milliseconds