Searched refs:repo_root (Results 1 – 5 of 5) sorted by relevance
/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/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/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/vixl/ |
D | .ycm_extra_conf.py | 8 repo_root = os.path.dirname(os.path.abspath(__file__)) variable 13 return os.path.join(repo_root, path)
|
/third_party/icu/tools/commit-checker/ |
D | check.py | 174 def get_commits(repo_root, rev_range, **kwargs): argument 178 repo = Repo(repo_root) 188 def get_cherrypicked_commits(repo_root, rev_range, **kwargs): argument 193 repo = Repo(repo_root) 195 branchCut = get_branchcut_sha(repo_root, rev_range) 214 def get_branchcut_sha(repo_root, rev_range): argument 219 repo = Repo(repo_root)
|