Lines Matching refs:output
124 output = subprocess.check_output([self.path] + arguments,
126 return output.decode(encoding='UTF-8')
237 output = get_output('%s -s %s get-state' %
244 if 'device' not in output:
254 output = get_output(command)
259 if 'device' in output:
269 output = get_output(get_serials_cmd)
271 if len(output.split()) > 1:
275 return output.strip()
340 output = subprocess.check_output(command, shell=True)
342 return output.decode(encoding='UTF-8')