Searched refs:recipes_cfg_path (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/infra/bots/ |
D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): argument 74 with open(recipes_cfg_path, 'r') as fh: 80 recipes_cfg_path) 95 recipes_cfg_path) 109 raise MalformedRecipesCfg(str(ex), recipes_cfg_path) 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 172 dep, recipes_path = parse(repo_root, recipes_cfg_path) 233 engine_override, recipes_cfg_path = parse_args(args) 235 if recipes_cfg_path: 238 os.path.dirname(os.path.dirname(recipes_cfg_path))) [all …]
|
/third_party/gn/infra/ |
D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): argument 74 with open(recipes_cfg_path, 'r') as fh: 80 recipes_cfg_path) 95 recipes_cfg_path) 109 raise MalformedRecipesCfg(str(ex), recipes_cfg_path) 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 172 dep, recipes_path = parse(repo_root, recipes_cfg_path) 232 engine_override, recipes_cfg_path = parse_args(args) 234 if recipes_cfg_path: 237 os.path.dirname(os.path.dirname(recipes_cfg_path))) [all …]
|