Searched refs:getBlockCountLong (Results 1 – 4 of 4) sorted by relevance
85 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRegisterStats()99 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRegisterStatsWithFile()111 assertThat(statsFs.getBlockCountLong()).isEqualTo(0L); in withApi18_shouldResetStateBetweenTests()142 assertThat(statsFs.getBlockCountLong()).isEqualTo(100L); in withApi18_shouldRestat()151 assertThat(statsFs.getBlockCountLong()).isEqualTo(3L); in withApi18_shouldRestat()
63 return getBlockSizeLong() * getBlockCountLong(); in getTotalBytes()97 protected long getBlockCountLong() { in getBlockCountLong() method in ShadowStatFs
574 return statFs.getBlockCountLong(); in getBlockCount()
1032 space.put("blockcount", fs.getBlockCountLong()); in environment()