Searched refs:RESERVED_BYTES (Results 1 – 2 of 2) sorted by relevance
73 static final long RESERVED_BYTES = 32 * MB_IN_BYTES; field in StorageUtils183 return (stat.f_bavail * stat.f_bsize) - RESERVED_BYTES; in getAvailableBytes()
211 final long targetFree = StorageUtils.RESERVED_BYTES + (DOWNLOAD_SIZE / 2); in prepareAndRunDownload()