OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_cd
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py
810
size_cd
= endrec[_ECD_SIZE] # bytes in central directory
815
concat = endrec[_ECD_LOCATION] -
size_cd
- offset_cd
826
data = fp.read(
size_cd
)
829
while total <
size_cd
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py
810
size_cd
= endrec[_ECD_SIZE] # bytes in central directory
815
concat = endrec[_ECD_LOCATION] -
size_cd
- offset_cd
826
data = fp.read(
size_cd
)
829
while total <
size_cd
:
[
all
...]
Completed in 1232 milliseconds