Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 6 of 6) sorted by relevance

/hostap/tests/hwsim/
Dremotehost.py170 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/
DWpaNfcActivity.java59 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in wpaCmd() local
DWpaCommandListActivity.java94 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
DCommandListActivity.java112 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
DMainActivity.java121 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
DWpaCredActivity.java233 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local