Searched refs:appendQuotedShellArgs (Results 1 – 2 of 2) sorted by relevance
214 public static void appendQuotedShellArgs(StringBuilder command, String[] args) { in appendQuotedShellArgs() method in Zygote
129 Zygote.appendQuotedShellArgs(command, args); in execApplication()