Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java195 return (kb ? freeSpaceWindows(path) / 1024 : freeSpaceWindows(path)); in freeSpaceOS()
216 long freeSpaceWindows(String path) throws IOException { in freeSpaceWindows() method in FileSystemUtils