Lines Matching refs:check_shell
236 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)
313 return check_shell(cmd, "successfully") and not _check_app_installed(bundle, "s" in opt)
316 return check_shell(cmd, pattern, **args)