Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/servo/topology/
H A Dservo_topology.py546 b64_string = base64.b64encode(json_string.encode("utf-8"))
547 logging.debug('Servo topology (b64): %s', b64_string)
548 return b64_string.decode()
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbluetooth_facade.py81 def _b64_string_to_dbus_byte_array(b64_string): argument
84 bytes = bytearray(base64.standard_b64decode(b64_string))