Home
last modified time | relevance | path

Searched defs:freeSpaceKb (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystemUtils.java157 public static long freeSpaceKb() throws IOException { in freeSpaceKb() method in FileSystemUtils
178 public static long freeSpaceKb(final long timeout) throws IOException { in freeSpaceKb() method in FileSystemUtils
207 public static long freeSpaceKb(final String path) throws IOException { in freeSpaceKb() method in FileSystemUtils
239 public static long freeSpaceKb(final String path, final long timeout) throws IOException { in freeSpaceKb() method in FileSystemUtils