Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/tests/api/java/lang/
DProcessManagerTest.java38 String[] commands = { "cat" }; in testCat() local
52 String[] commands = { "sleep", "1" }; in testSleep() local
115 String[] commands = { "sh", "-c", "pwd" }; in testPwd() local
123 String[] commands = { "sh", "-c", "echo $FOO" }; in testEnvironment() local
183 String[] commands = { "ls", "/proc/self/fd" }; in testCloseNonStandardFds() local
219 String[] commands = { "doesnotexist" }; in testInvalidCommand() local
DProcessTest.java39 String[] commands = { "sleep", "1"}; in test_getInputStream() local
75 String[] commands = { "sleep", "1"}; in test_getOutputStream() local
115 String[] commands = { "ls" }; in test_exitValue() local
151 String[] commands = { "ls"}; in test_destroy() local
DProcess2Test.java48 String[] commands = {"ls"}; in test_getErrorStream() local
/libcore/luni/src/main/native/
Djava_lang_ProcessManager.cpp64 static pid_t executeProcess(JNIEnv* env, char** commands, char** environment, in executeProcess()
196 char** commands = convertStrings(env, javaCommands); in ProcessManager_exec() local