Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java138 return INSTANCE.freeSpaceOS(path, OS, false); in freeSpace()
167 return INSTANCE.freeSpaceOS(path, OS, true); in freeSpaceKb()
189 long freeSpaceOS(String path, int os, boolean kb) throws IOException { in freeSpaceOS() method in FileSystemUtils