Searched refs:repo_url (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tools/ |
H A D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): 22 repo_url: string; URL of the repository from which to retrieve the file. 28 base64_url = '/'.join((repo_url, '+', 'main', filepath)) + '?format=TEXT' 35 print >> sys.stderr, 'Usage: %s <repo_url> <filepath>' % sys.argv[0]
|
/third_party/lz4/tests/ |
H A D | test-lz4-abi.py | 18 repo_url = 'https://github.com/lz4/lz4.git' variable 74 git(['clone', repo_url, clone_dir])
|
H A D | test-lz4-versions.py | 18 repo_url = 'https://github.com/lz4/lz4.git' variable 65 git(['clone', repo_url, clone_dir])
|
/third_party/skia/infra/bots/ |
H A D | utils.py | 77 def git_clone(repo_url, dest_dir): 79 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
|
Completed in 3 milliseconds