Home
last modified time | relevance | path

Searched refs:kill_ret (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/connectivity/wificond/tests/
H A Dshell_utils.cpp131 int kill_ret = kill(child_pid, SIGKILL); in RunShellCommand() local
134 if (kill_ret != 0 && errno != ESRCH) { in RunShellCommand()