Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate.py135 if answer in constants.USER_ANSWER_YES:
223 if answer in constants.USER_ANSWER_YES:
/tools/acloud/hostcleanup/
Dhost_cleanup_runner.py72 if answer_client not in constants.USER_ANSWER_YES:
/tools/acloud/internal/
Dconstants.py103 USER_ANSWER_YES = {"y", "yes", "Y"} variable
/tools/acloud/setup/
Dhost_setup_runner.py257 return answer_client in constants.USER_ANSWER_YES
/tools/acloud/internal/lib/
Dutils.py531 return answer.lower() in constants.USER_ANSWER_YES