Home
last modified time | relevance | path

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

/developtools/hdc/scripts/
Ddev_hdc_test.py236 def check_shell(cmd, pattern=None, fetch=False): function
255 return check_shell(cmd, local_md5)
261 return check_shell(cmd, bundle)
267 return check_shell(cmd, GP.device_name)
274 return check_shell(cmd) and _check_file(local_path, remote_path)
281 return check_shell(cmd) and _check_file(local_path, remote_path)
287 return check_shell(install_cmd, "successfully") and _check_app_installed(bundle, "s" in args)
292 …return check_shell(uninstall_cmd, "successfully") and not _check_app_installed(bundle, "s" in args)
297 if not check_shell(cmd, "FileTransfer finish"):
308 return check_shell(cmd, "successfully") and _check_app_installed(bundle, "s" in opt)
[all …]