HomeSort by relevance Sort by last modified time
    Searched refs:endrec (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 158 def _EndRecData64(fpin, offset, endrec):
160 Read the ZIP64 end-of-archive records and use that to update endrec
167 return endrec
171 return endrec
174 return endrec
183 return endrec
188 return endrec
190 # Update the original endrec using data from the ZIP64 record
191 endrec[_ECD_SIGNATURE] = sig
192 endrec[_ECD_DISK_NUMBER] = disk_nu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 158 def _EndRecData64(fpin, offset, endrec):
160 Read the ZIP64 end-of-archive records and use that to update endrec
167 return endrec
171 return endrec
174 return endrec
183 return endrec
188 return endrec
190 # Update the original endrec using data from the ZIP64 record
191 endrec[_ECD_SIGNATURE] = sig
192 endrec[_ECD_DISK_NUMBER] = disk_nu
    [all...]

Completed in 40 milliseconds