Searched refs:recipes_cfg_path (Results 1 – 2 of 2) sorted by relevance
/external/skia/infra/bots/ |
D | recipes.py | 47 def parse(repo_root, recipes_cfg_path): argument 62 with open(recipes_cfg_path, 'rU') as fh: 68 recipes_cfg_path) 83 recipes_cfg_path) 97 raise MalformedRecipesCfg(ex.message, recipes_cfg_path) 140 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 141 dep, recipes_path = parse(repo_root, recipes_cfg_path) 182 engine_override, recipes_cfg_path = parse_args(args) 184 if recipes_cfg_path: 188 os.path.dirname(recipes_cfg_path))) [all …]
|
/external/skqp/infra/bots/ |
D | recipes.py | 47 def parse(repo_root, recipes_cfg_path): argument 62 with open(recipes_cfg_path, 'rU') as fh: 68 recipes_cfg_path) 80 recipes_cfg_path) 94 raise MalformedRecipesCfg(ex.message, recipes_cfg_path) 137 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 138 dep, recipes_path = parse(repo_root, recipes_cfg_path) 179 engine_override, recipes_cfg_path = parse_args(args) 181 if recipes_cfg_path: 185 os.path.dirname(recipes_cfg_path))) [all …]
|