Lines Matching full:lz4
11 LZ4 = os.path.dirname(os.path.realpath(__file__)) + "/../lz4" variable
12 if not os.path.exists(LZ4):
13 LZ4 = os.path.dirname(os.path.realpath(__file__)) + "/../programs/lz4" variable
39 …for i, line in enumerate(execute("{} --list -m {}/test_list_*.lz4".format(LZ4, TEMP), print_output…
115 …xecute("{} --list -m -v {}/test_list_concat-all.lz4 {}/test_list_*M-lz4f-2f--content-size.lz4".for…
125 concat_file_list = glob.glob("/tmp/test_list_[!concat]*.lz4")
133 self.cvinfo.compressed_size = os.path.getsize("{}/test_list_concat-all.lz4".format(TEMP))
243 # file format ~ test_list<frametype>-<no_frames>f<create-args>.lz4 ~
250 lz4file = "{}-lz4f-1f{}.lz4".format(filename, j)
251 execute("{} {} {} {}".format(LZ4, j, filename, lz4file))
253 lz4file = "{}-skip-1f.lz4".format(filename)
260 lz4file = "{}-legc-1f.lz4".format(filename)
261 execute("{} -l {} {}".format(LZ4, filename, lz4file))
264 file_list = glob.glob("{}/test_list_*-lz4f-1f--content-size.lz4".format(TEMP))
265 … with open("{}/test_list_{}M-lz4f-2f--content-size.lz4".format(TEMP, sum(SIZES)), 'ab') as outfile:
271 file_list = glob.glob("{}/test_list_*.lz4".format(TEMP))
272 with open("{}/test_list_concat-all.lz4".format(TEMP), 'ab') as outfile: