Searched refs:END_CENTRAL_DIR_SIZE (Results 1 – 1 of 1) sorted by relevance
42 END_CENTRAL_DIR_SIZE = 22 variable410 fp.seek(-END_CENTRAL_DIR_SIZE, 2)412 buffer = fp.read(END_CENTRAL_DIR_SIZE)415 if len(buffer) != END_CENTRAL_DIR_SIZE:427 END_CENTRAL_DIR_SIZE, 0)438 buffer = data[pos:pos+END_CENTRAL_DIR_SIZE]439 if len(buffer) != END_CENTRAL_DIR_SIZE: