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