Searched refs:getBlockSizeLong (Results 1 – 3 of 3) sorted by relevance
53 return getBlockSizeLong() * getFreeBlocksLong(); in getFreeBytes()58 return getBlockSizeLong() * getAvailableBlocksLong(); in getAvailableBytes()63 return getBlockSizeLong() * getBlockCountLong(); in getTotalBytes()92 protected long getBlockSizeLong() { in getBlockSizeLong() method in ShadowStatFs
90 assertThat(statsFs.getBlockSizeLong()).isEqualTo(ShadowStatFs.BLOCK_SIZE); in withApi18_shouldRegisterStats()104 assertThat(statsFs.getBlockSizeLong()).isEqualTo(ShadowStatFs.BLOCK_SIZE); in withApi18_shouldRegisterStatsWithFile()116 assertThat(statsFs.getBlockSizeLong()).isEqualTo(ShadowStatFs.BLOCK_SIZE); in withApi18_shouldResetStateBetweenTests()
1018 space.put("blocksize", fs.getBlockSizeLong()); in environment()