Searched refs:currentSize (Results 1 – 2 of 2) sorted by relevance
198 long currentSize = mCurrentOutputStream.getCount(); in write() local200 long freeSpace = mMaxFileSize - currentSize; in write()
1989 long currentSize = currentStore.getCentralDirectoryHeader().getUncompressedSize(); in mergeFrom() local1992 if (fromSize == currentSize && fromCrc == currentCrc) { in mergeFrom()