Searched refs:testExec (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DSetCwd.java37 public static void testExec(String cmd, String[] cmdarray, boolean flag) method in class:SetCwd
76 testExec(cmd, null, true);
77 testExec(null, cmdarray, false);

Completed in 29 milliseconds