Searched refs:ONE_GB (Results 1 – 1 of 1) sorted by relevance
105 public static final long ONE_GB = ONE_KB * ONE_MB; field in FileUtils196 if (size / ONE_GB > 0) { in byteCountToDisplaySize()197 displaySize = String.valueOf(size / ONE_GB) + " GB"; in byteCountToDisplaySize()