Home
last modified time | relevance | path

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

/tools/acloud/setup/
Dsetup_args.py26 _FIELD_NAMES = sorted([field.name for field in UserConfig.DESCRIPTOR.fields]) variable
79 " The first arg can be one of following fields:%s" % _FIELD_NAMES)
97 if args.update_config[_CONFIG_FIELD] not in _FIELD_NAMES:
100 _FIELD_NAMES))