Searched refs:availableBlocks (Results 1 – 2 of 2) sorted by relevance
65 long availableBlocks = stat.getAvailableBlocks(); in loadStorageInfo() local69 mUsedBytes = blockSize * (totalBlocks - availableBlocks); in loadStorageInfo()
259 long availableBlocks = (long) stat.getAvailableBlocks() - 4; in getAvailableBytesInFileSystemAtGivenRoot() local260 long size = stat.getBlockSize() * availableBlocks; in getAvailableBytesInFileSystemAtGivenRoot()