Searched refs:repo_root (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/infra/bots/ |
D | recipes.py | 53 def parse(repo_root, recipes_cfg_path): argument 99 recipes_path = os.path.join(repo_root, 161 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 162 dep, recipes_path = parse(repo_root, recipes_cfg_path) 165 return os.path.join(repo_root, recipes_path) 220 repo_root = os.path.dirname( 224 repo_root = ( 227 repo_root = os.path.abspath(repo_root) 228 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg') 231 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
|
D | gen_compile_isolate.py | 77 repo_root = os.path.abspath(os.path.join(INFRABOTS_DIR, os.pardir, os.pardir)) 78 output = subprocess.check_output(['git', 'ls-files'], cwd=repo_root).rstrip()
|
/third_party/gn/infra/ |
D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): argument 105 recipes_path = os.path.join(repo_root, 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 172 dep, recipes_path = parse(repo_root, recipes_cfg_path) 175 return os.path.join(repo_root, recipes_path) 236 repo_root = os.path.dirname( 240 repo_root = ( 243 repo_root = os.path.abspath(repo_root).decode() 244 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg') 246 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
|
/third_party/skia/infra/bots/ |
D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): argument 105 recipes_path = os.path.join(repo_root, 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 172 dep, recipes_path = parse(repo_root, recipes_cfg_path) 175 return os.path.join(repo_root, recipes_path) 237 repo_root = os.path.dirname( 241 repo_root = ( 244 repo_root = os.path.abspath(repo_root).decode() 245 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg') 247 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
|
/third_party/skia/infra/bots/recipes/ |
D | infra.py | 20 def git_init(api, repo_root, env): argument 21 with api.context(cwd=repo_root, env=env): 35 repo_root = api.path['start_dir'].join(repo_name) 36 infra_tests = repo_root.join('infra', 'bots', 'infra_tests.py') 50 git_init(api, repo_root, env) 54 with api.context(cwd=repo_root, env=env):
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | infra.py | 26 repo_root = api.path['start_dir'].join(repo_name) 27 infra_tests = repo_root.join('infra', 'bots', 'infra_tests.py') 41 with api.context(cwd=repo_root, env=env):
|
/third_party/icu/tools/commit-checker/ |
D | check.py | 90 def get_commits(repo_root, rev_range, **kwargs): argument 94 repo = Repo(repo_root)
|