Searched defs:commands (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/test/java/tests/api/java/lang/ |
| D | ProcessManagerTest.java | 38 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
|
| D | ProcessTest.java | 39 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
|
| D | Process2Test.java | 48 String[] commands = {"ls"}; in test_getErrorStream() local
|
| /libcore/luni/src/main/native/ |
| D | java_lang_ProcessManager.cpp | 64 static pid_t executeProcess(JNIEnv* env, char** commands, char** environment, in executeProcess() 196 char** commands = convertStrings(env, javaCommands); in ProcessManager_exec() local
|