Searched defs:kb (Results 1 – 2 of 2) sorted by relevance
189 long freeSpaceOS(String path, int os, boolean kb) throws IOException { in freeSpaceOS()306 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException { in freeSpaceUnix()
64 BigDecimal kb = bytes.divide(new BigDecimal(1024), 2, BigDecimal.ROUND_HALF_UP); in getFileSizeString() local