Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DFileSystemUtils.java223 String[] cmdAttribs = new String[] {"cmd.exe", "/C", "dir /-c " + path}; in freeSpaceWindows() local
226 List<String> lines = performCommand(cmdAttribs, Integer.MAX_VALUE); in freeSpaceWindows()
320 String[] cmdAttribs = in freeSpaceUnix() local
324 List<String> lines = performCommand(cmdAttribs, 3); in freeSpaceUnix()
389 List<String> performCommand(String[] cmdAttribs, int max) throws IOException { in performCommand() argument
405 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 …]