Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java43 NO_SUCH_PROCESS; enumConstant
210 KillException.Reason.NO_SUCH_PROCESS); in waitPidExited()
256 throw new KillException(err, KillException.Reason.NO_SUCH_PROCESS); in killPid()
305 if (e.getReason() != KillException.Reason.NO_SUCH_PROCESS) { in killAll()
366 if (e.getReason() != KillException.Reason.NO_SUCH_PROCESS) { in withProcessKill()
DFridaUtils.java204 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in close()
DRootcanalUtils.java105 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in finished()