Searched refs:getBlockCountLong (Results 1 – 3 of 3) 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
1019 space.put("blockcount", fs.getBlockCountLong()); in environment()