Searched refs:lowBytes (Results 1 – 1 of 1) sorted by relevance
994 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes() local999 return Math.min(lowBytes, maxLowBytes); in getStorageLowBytes()