Searched refs:lowReserved (Results 1 – 1 of 1) sorted by relevance
3232 final long lowReserved = storage.getStorageLowBytes(path); in getAllocatableBytes() local3243 return Math.max(0, (usable + cacheClearable) - lowReserved); in getAllocatableBytes()3251 return Math.max(0, usable - lowReserved); in getAllocatableBytes()