Searched refs:stopCvdCommand (Results 1 – 1 of 1) sorted by relevance
95 String stopCvdCommand = String.format("sudo runuser -l %s -c 'stop_cvd'", username); in resetVirtualDevice() local96 CommandResult stopCvdRes = getRunUtil().runTimedCmd(60000L, stopCvdCommand.split(" ")); in resetVirtualDevice()