Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java56 private static String commandPath(String desktopPath) { in commandPath() method in ProcessBuilderTest
65 return commandPath("/bin/sh"); in shell()
106 .command(commandPath("/bin/sleep"), "5") // in seconds in testRedirectInherit()