Home
last modified time | relevance | path

Searched refs:CommandArgError (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/
Dacloud_main.py273 raise errors.CommandArgError(
277 raise errors.CommandArgError("Must specify --build_target")
288 raise errors.CommandArgError(
/tools/acloud/public/actions/
Dcreate_goldfish_action.py313 raise errors.CommandArgError("Emulator build id not found "
326 raise errors.CommandArgError("Emulator system image build id not found "
/tools/acloud/
Derrors.py27 class CommandArgError(DriverError): class
/tools/acloud/delete/
Ddelete.py372 raise errors.CommandArgError(
Ddelete_test.py304 self.assertRaises(errors.CommandArgError, delete._ReleaseOxygenDevice, cfg, instances, ip)