Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java226 List<String> lines = performCommand(cmdAttribs, Integer.MAX_VALUE); in freeSpaceWindows()
324 List<String> lines = performCommand(cmdAttribs, 3); in freeSpaceUnix()
389 List<String> performCommand(String[] cmdAttribs, int max) throws IOException { in performCommand() method in FileSystemUtils