OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandssleep
(Results
1 - 1
of
1
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java
123
String[]
commandsSleep
= { "sleep", "3000" };
124
process = Runtime.getRuntime().exec(
commandsSleep
, null, null);
Completed in 78 milliseconds