Searched refs:cmdAttribs (Results 1 – 1 of 1) sorted by relevance
223 String[] cmdAttribs = new String[] {"cmd.exe", "/C", "dir /-c " + path}; in freeSpaceWindows() local226 List<String> lines = performCommand(cmdAttribs, Integer.MAX_VALUE); in freeSpaceWindows()320 String[] cmdAttribs = in freeSpaceUnix() local324 List<String> lines = performCommand(cmdAttribs, 3); in freeSpaceUnix()389 List<String> performCommand(String[] cmdAttribs, int max) throws IOException { in performCommand() argument405 proc = openProcess(cmdAttribs); in performCommand()422 "' for command " + Arrays.asList(cmdAttribs)); in performCommand()428 "for command " + Arrays.asList(cmdAttribs)); in performCommand()435 "' for command " + Arrays.asList(cmdAttribs)); in performCommand()454 Process openProcess(String[] cmdAttribs) throws IOException { in openProcess() argument[all …]