Searched refs:storageThresholdLowBytes (Results 1 – 1 of 1) sorted by relevance
1541 final long storageThresholdLowBytes = getStorageLowBytes(path); in computeStorageCacheBytes() local1547 } else if (usableBytes < storageThresholdLowBytes) { in computeStorageCacheBytes()1554 / (100.0 * (storageThresholdHighBytes - storageThresholdLowBytes)); in computeStorageCacheBytes()1556 - storageThresholdLowBytes * slope; in computeStorageCacheBytes()