Searched defs:bsize (Results 1 – 4 of 4) sorted by relevance
91 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) in newBuffer()
161 long bsize = statfs.getBlockSize(); in reportFreeSpace() local
274 uint64_t LowSpaceUserdata::bsize() const { in bsize() function in android::snapshot::LowSpaceUserdata
395 public ZipInflaterInputStream(InputStream is, Inflater inf, int bsize, ZipEntry entry) { in ZipInflaterInputStream()