Searched refs:performCommand (Results 1 – 1 of 1) sorted by relevance
226 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