HomeSort by relevance Sort by last modified time
    Searched defs:freeSpaceKb (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 116 * of {@link #freeSpaceKb(String)} which returns a result in kilobytes.
119 * OpenVMS and and SunOS 5. (SunOS is supported by <code>freeSpaceKb</code>.)
133 * @deprecated Use freeSpaceKb(String)
145 * FileSystemUtils.freeSpaceKb("C:"); // Windows
146 * FileSystemUtils.freeSpaceKb("/volume"); // *nix
165 public static long freeSpaceKb(String path) throws IOException {
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 174 milliseconds