Searched refs:cacheClearable (Results 1 – 2 of 2) sorted by relevance
212 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes() local214 return path.getUsableSpace() + cacheClearable; in getFreeBytes()
3238 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes() local3241 return Math.max(0, (usable + cacheClearable) - fullReserved); in getAllocatableBytes()3243 return Math.max(0, (usable + cacheClearable) - lowReserved); in getAllocatableBytes()