Searched refs:runtime_cf_config_path (Results 1 – 1 of 1) sorted by relevance
167 def _GetCuttlefishRuntimeConfig(runtime_cf_config_path, raw_data=None): argument190 if not os.path.exists(runtime_cf_config_path):192 "file does not exist: %s" % runtime_cf_config_path)193 with open(runtime_cf_config_path, "r") as cf_config: