Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/scripts/
Dbuildpkg.py347 zippedSize = 0
355 zippedSize = os.stat(self.archPath+ ".gz")[6]
361 f.write(format % (numFiles, installedSize, zippedSize))
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java406 int zippedSize = (int) zipped.size(); in compressedDataFrameWhenSettingDisabled() local
408 writeMedium(frame, zippedSize); in compressedDataFrameWhenSettingDisabled()