Searched refs:ONE_MB_BI (Results 1 – 1 of 1) sorted by relevance
137 public static final BigInteger ONE_MB_BI = ONE_KB_BI.multiply(ONE_KB_BI); field in FileUtils149 public static final BigInteger ONE_GB_BI = ONE_KB_BI.multiply(ONE_MB_BI);248 } else if (size.divide(ONE_MB_BI).compareTo(BigInteger.ZERO) > 0) { in byteCountToDisplaySize()249 displaySize = size.divide(ONE_MB_BI) + " MB"; in byteCountToDisplaySize()