Searched refs:fullReserved (Results 1 – 1 of 1) sorted by relevance
4148 long fullReserved = 0; in getAllocatableBytes() local4154 fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()4165 return Math.max(0, (usable + cacheClearable) - fullReserved); in getAllocatableBytes()