Lines Matching refs:path
12 LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../lz4")
13 if not os.path.exists(LZ4):
14 LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../programs/lz4")
29 self.exp_unc_size += os.path.getsize(f"{TEMP}/test_list_{i}M")
32 self.exp_unc_size += os.path.getsize(f"{TEMP}/{uncompressed_filename}")
33 self.exp_comp_size = os.path.getsize(f"{TEMP}/{self.filename}")
139 self.cvinfo.compressed_size = os.path.getsize(f"{TEMP}/test_list_concat-all.lz4")
175 expected_size = os.path.getsize(self.cvinfo.file_frame_map[i])