Searched refs:repo_dir (Results 1 – 9 of 9) sorted by relevance
/third_party/grpc/tools/distrib/python/ |
D | docgen.py | 101 repo_dir = os.path.join(repo_parent_dir, 'grpc') variable 102 python_doc_dir = os.path.join(repo_dir, 'python') 114 subprocess.check_call(['git', 'checkout', '-b', doc_branch], cwd=repo_dir) 119 cwd=repo_dir) 125 subprocess.check_call(['git', 'add', '--all'], cwd=repo_dir) 128 cwd=repo_dir) 131 cwd=repo_dir)
|
/third_party/boost/libs/predef/tools/ci/ |
D | library_test.py | 56 utils.git_clone('boostorg','build','develop',repo_dir=self.b2_dir) 64 utils.make_file(os.path.join(self.repo_dir, 'project-config.jam'), 78 …if os.path.exists(os.path.join(self.repo_dir,'build.jam')) and not os.path.exists(os.path.join(sel… 79 … os.rename(os.path.join(self.repo_dir,'build.jam'), os.path.join(self.repo_dir,'project-root.jam')) 100 print("--- Testing %s ---"%(self.repo_dir)) 101 os.chdir(os.path.join(self.repo_dir,'test'))
|
D | common.py | 458 …def git_clone(owner, repo, branch, commit = None, repo_dir = None, submodules = False, url_format … argument 464 if not repo_dir: 465 repo_dir = os.path.join(os.getcwd(), owner+','+repo) 466 utils.makedirs(os.path.dirname(repo_dir)) 467 if not os.path.exists(os.path.join(repo_dir,'.git')): 472 repo_dir) 473 os.chdir(repo_dir) 475 os.chdir(repo_dir) 491 return repo_dir 556 if not self.repo_dir: [all …]
|
/third_party/skia/build/fuchsia/ |
D | gen_repo | 30 if not os.path.exists(args.repo_dir): 31 pm_newrepo_command = [args.pm_bin, 'newrepo', '-repo', args.repo_dir] 40 args.repo_dir
|
/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | gen_repo.py | 30 if not os.path.exists(args.repo_dir): 31 pm_newrepo_command = [args.pm_bin, 'newrepo', '-repo', args.repo_dir] 40 args.repo_dir
|
/third_party/flutter/skia/tools/android/ |
D | upload_to_android.py | 61 repo_dir = os.path.join(work_dir, 'bin') 62 repo_binary = os.path.join(repo_dir, 'repo') 63 if not os.path.isdir(repo_dir): 64 print 'Creating %s' % repo_dir 65 os.makedirs(repo_dir)
|
/third_party/skia/tools/android/ |
D | upload_to_android.py | 63 repo_dir = os.path.join(work_dir, 'bin') 64 repo_binary = os.path.join(repo_dir, 'repo') 65 if not os.path.isdir(repo_dir): 66 print('Creating %s' % repo_dir) 67 os.makedirs(repo_dir)
|
/third_party/grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 300 repo_dir = os.path.splitext(os.path.basename(repo))[0] 301 stack_base = os.path.join(args.git_checkout_root, repo_dir)
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 1060 def __init__(self, options, repo_dir): argument 1063 self.repo_dir = os.path.normpath(repo_dir) 1066 assert cwd.startswith(self.repo_dir) 1067 self.subdir = cwd[len(self.repo_dir):].lstrip(r"\/")
|