Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_runtime_config.py127 def _GetCuttlefishRuntimeConfig(runtime_cf_config_path): argument
139 if not os.path.exists(runtime_cf_config_path):
141 "file does not exist: %s" % runtime_cf_config_path)
142 with open(runtime_cf_config_path, "r") as cf_config: