Searched defs:proc (Results 1 – 6 of 6) sorted by relevance
/hostap/tests/hwsim/ |
D | remotehost.py | 170 def proc_pending(self, proc, timeout=0): argument 198 def proc_wait_event(self, proc, events, timeout=10): argument 226 def proc_write(self, proc, cmd): argument 229 def proc_read(self, proc, timeout=0): argument 239 def proc_stop(self, proc): argument 249 def proc_dump(self, proc): argument
|
/hostap/wpadebug/src/w1/fi/wpadebug/ |
D | WpaNfcActivity.java | 59 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in wpaCmd() local
|
D | WpaCommandListActivity.java | 94 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
|
D | CommandListActivity.java | 112 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
|
D | MainActivity.java | 121 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
|
D | WpaCredActivity.java | 233 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
|