Searched refs:freeSpaceUnix (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFileSystemUtils.java196 return freeSpaceUnix(path, kb, false);
198 return freeSpaceUnix(path, kb, true);
305 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException { method in class:FileSystemUtils

Completed in 18 milliseconds