Home
last modified time | relevance | path

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

/aosp12/build/soong/scripts/hiddenapi/
H A Dgenerate_hiddenapi_lists.py317 raise argparse.ArgumentError('--%s is only allowed after one of %s' % (
/aosp12/art/odrefresh/
H A Dodrefresh.cc105 NO_RETURN static void ArgumentError(const char* fmt, ...) { in ArgumentError() function
1409 ArgumentError("Unrecognized zygote kind: '%s'", value.c_str()); in InitializeHostConfig()