Home
last modified time | relevance | path

Searched refs:git_toplevel (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/bin/
Dkhronos-update.py194 git_toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'], variable
196 if not pathlib.Path(git_toplevel).resolve() == pathlib.Path('.').resolve():
197 error('Please run this script from the root folder ({})'.format(git_toplevel))
/third_party/mesa3d/bin/pick/
Dcore.py59 git_toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel'], variable
61 pick_status_json = pathlib.Path(git_toplevel) / '.pick_status.json'