Searched refs:BytesIO (Results 1 - 6 of 6) sorted by relevance

/u-boot/tools/
H A Dexpo.py79 outf = io.BytesIO()
/u-boot/tools/binman/
H A Dcbfs_util_test.py258 with io.BytesIO(data) as fd:
348 with io.BytesIO(data) as fd:
355 with io.BytesIO(newdata) as fd:
369 with io.BytesIO(data) as fd:
377 with io.BytesIO(newdata) as fd:
410 with io.BytesIO(data) as fd:
435 with io.BytesIO(data) as fd:
445 with io.BytesIO(newdata) as fd:
H A Delf.py453 with io.BytesIO(data) as fd:
543 with io.BytesIO(data) as inf:
H A Dcbfs_util.py601 fd = io.BytesIO()
671 with io.BytesIO(self.data) as fd:
H A Dfip_util.py346 buf = io.BytesIO()
/u-boot/test/py/tests/
H A Dvboot_forge.py17 from io import BytesIO namespace
234 root = parse_struct(BytesIO(structs))

Completed in 56 milliseconds