Home
last modified time | relevance | path

Searched refs:with_header (Results 1 – 3 of 3) sorted by relevance

/u-boot/tools/patman/
A Dtools.py458 def Compress(indata, algo, with_header=True): argument
490 if with_header:
495 def Decompress(indata, algo, with_header=True): argument
513 if with_header:
/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)
364 data = tools.Compress(orig_data, 'lz4', with_header=False)
366 data = tools.Compress(orig_data, 'lzma', with_header=False)
A Dftest.py2718 dtb = tools.Decompress(data, 'lzma', with_header=False)

Completed in 13 milliseconds