Home
last modified time | relevance | path

Searched refs:find_repo_root (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/
Dpre-upload.py251 global_paths = (rh.git.find_repo_root(),)
255 (os.path.join(rh.git.find_repo_root(), '.repo', 'manifests')),
257 rh.git.find_repo_root(),
379 rel_proj_dir = os.path.relpath(proj_dir, rh.git.find_repo_root())
/tools/repohooks/rh/
Dgit.py184 def find_repo_root(path=None, outer=False): function
Dhooks.py144 return rh.git.find_repo_root()
149 return rh.git.find_repo_root(outer=True)