Searched refs:repo_root (Results 1 – 4 of 4) sorted by relevance
/external/skia/infra/bots/ |
D | recipes.py | 53 def parse(repo_root, recipes_cfg_path): argument 104 repo_root, recipes_path.replace('/', os.path.sep)) 148 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 149 dep, recipes_path = parse(repo_root, recipes_cfg_path) 152 return os.path.join(repo_root, recipes_path) 196 repo_root = os.path.dirname( 201 repo_root = (_git_output( 204 repo_root = os.path.abspath(repo_root) 205 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg') 208 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
|
/external/skqp/infra/bots/ |
D | recipes.py | 53 def parse(repo_root, recipes_cfg_path): argument 104 repo_root, recipes_path.replace('/', os.path.sep)) 148 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument 149 dep, recipes_path = parse(repo_root, recipes_cfg_path) 152 return os.path.join(repo_root, recipes_path) 196 repo_root = os.path.dirname( 201 repo_root = (_git_output( 204 repo_root = os.path.abspath(repo_root) 205 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg') 208 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
|
/external/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)
|
/external/perfetto/tools/ |
D | gen_android_bp | 580 def repo_root(): function 590 out = os.path.join(repo_root(), 'out', 'tmp.gen_android_bp') 598 ['gn', 'gen', out, '--args=%s' % gn_args], cwd=repo_root()) 601 cwd=repo_root()) 618 default=os.path.join(repo_root(), 'Android.bp.extras'), 623 default=os.path.join(repo_root(), 'Android.bp'),
|