Home
last modified time | relevance | path

Searched refs:END_CENTRAL_DIR_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dzipimport.py42 END_CENTRAL_DIR_SIZE = 22 variable
410 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: