Searched refs:_ot_rcp_proc (Results 1 – 1 of 1) sorted by relevance
59 _ot_rcp_proc = None variable in OtbrDocker86 …self._ot_rcp_proc = subprocess.Popen(f"{ot_rcp_path} {nodeid} > {rcp_device_pty} < {rcp_device_pty…93 self._ot_rcp_proc.wait(1)234 if self._ot_rcp_proc is not None:235 self._ot_rcp_proc.kill()236 self._ot_rcp_proc.wait()237 del self._ot_rcp_proc