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

/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DFileSystemUtils.java194 return (kb ? freeSpaceWindows(path) / 1024 : freeSpaceWindows(path));
215 long freeSpaceWindows(String path) throws IOException { method in class:FileSystemUtils

Completed in 145 milliseconds