Lines Matching refs:decode
722 … return subprocess.check_output(command, stderr=subprocess.STDOUT, input=stdin).decode('utf-8')
730 ' '.join(command), ex.output.decode("utf-8")))
732 params, ex.output.decode("utf-8")))
742 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode(
743 'utf-8') + '\n' + outfile.read().decode('utf-8'))
744 raise AdbError('Error executing adb command: adb {}\n'.format(params) + err.decode(
745 'utf-8') + '\n' + outfile.read().decode('utf-8'))
805 return json.loads(server.rfile.read(length).decode("utf-8"))
848 buf = base64.encodebytes(tmp.read()).decode("utf-8")
1032 "Error tracing the device\n### Output ###\n" + out.decode(
1033 …utf-8") + "\n### Command: adb -s {} shell ###\n### Input ###\n".format(device_id) + command.decode(
1156 …AdbError("Error executing command:\n" + command + "\n\n### OUTPUT ###" + out.decode('utf-8') + "\n"
1157 + err.decode('utf-8'))