Searched refs:getFreeBlocksLong (Results 1 – 2 of 2) sorted by relevance
86 assertThat(statsFs.getFreeBlocksLong()).isEqualTo(20L); in withApi18_shouldRegisterStats()100 assertThat(statsFs.getFreeBlocksLong()).isEqualTo(20L); in withApi18_shouldRegisterStatsWithFile()112 assertThat(statsFs.getFreeBlocksLong()).isEqualTo(0L); in withApi18_shouldResetStateBetweenTests()143 assertThat(statsFs.getFreeBlocksLong()).isEqualTo(20L); in withApi18_shouldRestat()152 assertThat(statsFs.getFreeBlocksLong()).isEqualTo(2L); in withApi18_shouldRestat()
47 protected long getFreeBlocksLong() { in getFreeBlocksLong() method in ShadowStatFs53 return getBlockSizeLong() * getFreeBlocksLong(); in getFreeBytes()