Searched refs:ONE_KB (Results 1 – 1 of 1) sorted by relevance
92 public static final long ONE_KB = 1024; field in FileUtils97 public static final long ONE_MB = ONE_KB * ONE_KB;102 public static final long ONE_GB = ONE_KB * ONE_MB;197 } else if (size / ONE_KB > 0) { in byteCountToDisplaySize()198 displaySize = String.valueOf(size / ONE_KB) + " KB"; in byteCountToDisplaySize()