Searched refs:Decompress (Results 1 – 4 of 4) sorted by relevance
/u-boot/tools/patman/ |
A D | tools.py | 495 def Decompress(indata, algo, with_header=True): function
|
/u-boot/tools/binman/ |
A D | cbfs_util.py | 243 data = tools.Decompress(indata, 'lz4', with_header=False) 245 data = tools.Decompress(indata, 'lzma', with_header=False)
|
A D | ftest.py | 1848 return tools.Decompress(data, 'lz4') 2718 dtb = tools.Decompress(data, 'lzma', with_header=False)
|
/u-boot/tools/binman/etype/ |
A D | section.py | 625 data = tools.Decompress(indata, child.compress)
|
Completed in 16 milliseconds