HomeSort by relevance Sort by last modified time
    Searched refs:NetworkEmulatorError (Results 1 - 2 of 2) sorted by null

  /external/webrtc/tools/network_emulator/
network_emulator.py 19 class NetworkEmulatorError(BaseException):
89 NetworkEmulatorError: If permissions to run Dummynet commands are not
94 raise NetworkEmulatorError('You must run this script with sudo.')
99 raise NetworkEmulatorError('You must run this script with administrator'
172 NetworkEmulatorError: If command fails a message is set by the fail_msg
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
emulate.py 158 except network_emulator.NetworkEmulatorError as e:
190 except network_emulator.NetworkEmulatorError as e:

Completed in 1305 milliseconds