Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java197 return freeSpaceUnix(path, kb, false); in freeSpaceOS()
199 return freeSpaceUnix(path, kb, true); in freeSpaceOS()
306 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException { in freeSpaceUnix() method in FileSystemUtils