Searched defs:cmdAttribs (Results 1 – 1 of 1) sorted by relevance
223 String[] cmdAttribs = new String[] {"cmd.exe", "/C", "dir /-c " + path}; in freeSpaceWindows() local320 String[] cmdAttribs = in freeSpaceUnix() local389 List<String> performCommand(String[] cmdAttribs, int max) throws IOException { in performCommand()454 Process openProcess(String[] cmdAttribs) throws IOException { in openProcess()