Home
last modified time | relevance | path

Searched refs:COMPRESS_NONE (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
110 COMPRESS_NONE : 'none',
223 def __init__(self, name, ftype, data, cbfs_offset, compress=COMPRESS_NONE):
538 compress=COMPRESS_NONE):
790 compress = COMPRESS_NONE
A Dcbfs_util_test.py127 self.assertEqual(cbfs_util.COMPRESS_NONE, cfile.compress)
149 self.assertEqual(cbfs_util.COMPRESS_NONE, cfile.compress)

Completed in 6 milliseconds