Searched refs:COMPRESS_LZ4 (Results 1 – 2 of 2) sorted by relevance
107 COMPRESS_NONE, COMPRESS_LZMA, COMPRESS_LZ4 = range(3) variable112 COMPRESS_LZ4 : 'lz4',242 if self.compress == COMPRESS_LZ4:363 if self.compress == COMPRESS_LZ4:
421 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