Searched refs:repo_root (Results 1 - 5 of 5) sorted by relevance
/third_party/gn/infra/ |
H A D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): 63 repo_root (str) - native path to the root of the repo we're trying to run 108 recipes_path = os.path.join(repo_root, 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): 176 dep, recipes_path, py3_only = parse(repo_root, recipes_cfg_path) 179 return os.path.join(repo_root, recipes_path), py3_only 239 # calculate repo_root from recipes_cfg_path 240 repo_root = os.path.dirname( 243 # find repo_root with git and calculate recipes_cfg_path 244 repo_root [all...] |
/third_party/skia/infra/bots/ |
H A D | recipes.py | 59 def parse(repo_root, recipes_cfg_path): 63 repo_root (str) - native path to the root of the repo we're trying to run 105 recipes_path = os.path.join(repo_root, 171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): 172 dep, recipes_path = parse(repo_root, recipes_cfg_path) 175 return os.path.join(repo_root, recipes_path) 236 # calculate repo_root from recipes_cfg_path 237 repo_root = os.path.dirname( 240 # find repo_root with git and calculate recipes_cfg_path 241 repo_root [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | infra.py | 20 def git_init(api, repo_root, env): 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/ |
H A 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/ |
H A D | check.py | 174 def get_commits(repo_root, rev_range, **kwargs): 178 repo = Repo(repo_root) 188 def get_cherrypicked_commits(repo_root, rev_range, **kwargs): 193 repo = Repo(repo_root) 195 branchCut = get_branchcut_sha(repo_root, rev_range) 214 def get_branchcut_sha(repo_root, rev_range): 219 repo = Repo(repo_root)
|
Completed in 3 milliseconds