HomeSort by relevance Sort by last modified time
    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 140 milliseconds