Home
last modified time | relevance | path

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

/u-boot/tools/binman/
A Dcbfs_util.py107 COMPRESS_NONE, COMPRESS_LZMA, COMPRESS_LZ4 = range(3) variable
112 COMPRESS_LZ4 : 'lz4',
242 if self.compress == COMPRESS_LZ4:
363 if self.compress == COMPRESS_LZ4:
A Dcbfs_util_test.py421 compress=cbfs_util.COMPRESS_LZ4)
445 compress=cbfs_util.COMPRESS_LZ4)
531 compress=cbfs_util.COMPRESS_LZ4)
543 self.assertEqual(cfile.compress, cbfs_util.COMPRESS_LZ4)

Completed in 4 milliseconds