Searched defs:handle_check_return (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py909 def handle_check_return(cmd): function in function:DeviceUtils.RunShellCommand
920 return handle_check_return(cmd)
926 return handle_check_return('sh %s' % script.name_quoted)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py835 def handle_check_return(cmd): function in function:DeviceUtils.RunShellCommand
846 return handle_check_return(cmd)
852 return handle_check_return('sh %s' % script.name_quoted)

Completed in 80 milliseconds