Home
last modified time | relevance | path

Searched refs:execShell (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java122 Zygote.execShell(command.toString()); in execApplication()
140 Zygote.execShell(command.toString()); in execStandalone()
DZygote.java162 public static void execShell(String command) { in execShell() method in Zygote