Searched refs:bsize (Results 1 – 5 of 5) sorted by relevance
161 long bsize = statfs.getBlockSize(); in reportFreeSpace() local164 if (bsize <= 0 || total <= 0) { in reportFreeSpace()166 "Invalid stat: bsize=" + bsize + " avail=" + avail + " total=" + total); in reportFreeSpace()172 proto.write(DiskStatsFreeSpaceProto.AVAILABLE_SPACE_KB, avail * bsize / 1024); in reportFreeSpace()173 proto.write(DiskStatsFreeSpaceProto.TOTAL_SPACE_KB, total * bsize / 1024); in reportFreeSpace()178 pw.print(avail * bsize / 1024); in reportFreeSpace()180 pw.print(total * bsize / 1024); in reportFreeSpace()
91 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) in newBuffer() argument93 int size = aligned ? bsize : bsize + 8 + 1; in newBuffer()
395 public ZipInflaterInputStream(InputStream is, Inflater inf, int bsize, ZipEntry entry) { in ZipInflaterInputStream() argument396 super(is, inf, bsize); in ZipInflaterInputStream()
227 uint64_t bsize() const;
274 uint64_t LowSpaceUserdata::bsize() const { in bsize() function in android::snapshot::LowSpaceUserdata