Home
last modified time | relevance | path

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

/external/webrtc/tools/network_emulator/
Dnetwork_emulator.py19 class NetworkEmulatorError(BaseException): class
94 raise NetworkEmulatorError('You must run this script with sudo.')
99 raise NetworkEmulatorError('You must run this script with administrator'
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
Demulate.py158 except network_emulator.NetworkEmulatorError as e:
190 except network_emulator.NetworkEmulatorError as e: