Home
last modified time | relevance | path

Searched refs:Decompress (Results 1 – 4 of 4) sorted by relevance

/u-boot/tools/patman/
A Dtools.py495 def Decompress(indata, algo, with_header=True): function
/u-boot/tools/binman/
A Dcbfs_util.py243 data = tools.Decompress(indata, 'lz4', with_header=False)
245 data = tools.Decompress(indata, 'lzma', with_header=False)
A Dftest.py1848 return tools.Decompress(data, 'lz4')
2718 dtb = tools.Decompress(data, 'lzma', with_header=False)
/u-boot/tools/binman/etype/
A Dsection.py625 data = tools.Decompress(indata, child.compress)

Completed in 16 milliseconds