OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktopsh
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java
32
String
desktopSh
= "/bin/sh";
33
return new File(deviceSh).exists() ? deviceSh :
desktopSh
;
Completed in 45 milliseconds