Searched refs:runtime_cf_config_path (Results 1 – 1 of 1) sorted by relevance
127 def _GetCuttlefishRuntimeConfig(runtime_cf_config_path): argument139 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: