Home
last modified time | relevance | path

Searched defs: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
320 String[] cmdAttribs = in freeSpaceUnix() local
389 List<String> performCommand(String[] cmdAttribs, int max) throws IOException { in performCommand()
454 Process openProcess(String[] cmdAttribs) throws IOException { in openProcess()