Home
last modified time | relevance | path

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

/development/scripts/
Dupdate_crate_tests.py103 class UpdaterException(Exception): class
120 raise UpdaterException('$ANDROID_BUILD_TOP is not defined; you '
146 raise UpdaterException('This script has only been tested on Linux.')
157 raise UpdaterException('Unable to generate bazel workspace: ' + e.output)
164 raise UpdaterException('Unable to update TEST_MAPPING: ' + e.output)
285 raise UpdaterException('The path ' + self.dir + ' is not under ' +
417 except (UpdaterException, subprocess.CalledProcessError) as err: