Home
last modified time | relevance | path

Searched refs:repo_root (Results 1 – 20 of 20) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dcopy_helpers_to_chromiumos_overlay.py23 repo_root = os.path.abspath(os.path.join(script_root, '../../../../'))
24 if not os.path.isdir(os.path.join(repo_root, '.repo')):
26 return repo_root
39 repo_root = args.chroot_path
40 if repo_root is None:
41 repo_root = _find_repo_root(my_dir)
42 if repo_root is None:
46 chromiumos_overlay = os.path.join(repo_root,
/external/skqp/infra/bots/
Drecipes.py47 def parse(repo_root, recipes_cfg_path): argument
91 repo_root, recipes_path.replace('/', os.path.sep))
137 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
138 dep, recipes_path = parse(repo_root, recipes_cfg_path)
141 return os.path.join(repo_root, recipes_path)
183 repo_root = os.path.dirname(
188 repo_root = (_git_output(
191 repo_root = os.path.abspath(repo_root)
192 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
195 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
/external/perfetto/infra/luci/
Drecipes.py58 def parse(repo_root, recipes_cfg_path): argument
104 recipes_path = os.path.join(repo_root,
168 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
169 dep, recipes_path = parse(repo_root, recipes_cfg_path)
172 return os.path.join(repo_root, recipes_path)
234 repo_root = os.path.dirname(
238 repo_root = (
241 repo_root = os.path.abspath(repo_root).decode()
242 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
245 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
/external/skia/infra/bots/
Drecipes.py58 def parse(repo_root, recipes_cfg_path): argument
104 recipes_path = os.path.join(repo_root,
168 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
169 dep, recipes_path = parse(repo_root, recipes_cfg_path)
172 return os.path.join(repo_root, recipes_path)
234 repo_root = os.path.dirname(
238 repo_root = (
241 repo_root = os.path.abspath(repo_root).decode()
242 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
245 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
/external/skia/infra/bots/recipes/
Dinfra.py19 def git_init(api, repo_root, env): argument
20 with api.context(cwd=repo_root, env=env):
34 repo_root = api.path['start_dir'].join(repo_name)
35 infra_tests = repo_root.join('infra', 'bots', 'infra_tests.py')
49 git_init(api, repo_root, env)
53 with api.context(cwd=repo_root, env=env):
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Drun_in_workspace.sh22 repo_root=$(pwd)
23 export repo_root
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Drun_tests_in_workspace.sh23 repo_root="$(pwd)"
24 export repo_root
/external/perfetto/tools/
Dgn_utils.py56 def repo_root(): function
63 return os.path.join(repo_root(), 'tools', name)
66 def prepare_out_directory(gn_args, name, root=repo_root()):
80 cwd=repo_root())
89 cwd=repo_root())
93 def create_build_description(gn_args, root=repo_root()):
125 filename = os.path.relpath(os.path.join(out, line.strip()), repo_root())
175 shutil.copy(src, os.path.join(repo_root(), target_file))
Dgen_bazel550 default=gn_utils.repo_root(),
555 default=os.path.join(gn_utils.repo_root(), 'BUILD.extras'),
560 default=os.path.join(gn_utils.repo_root(), 'BUILD'),
565 default=os.path.join(gn_utils.repo_root(), 'protos', 'BUILD'),
577 desc = gn_utils.create_build_description(gn_args, args.repo_root)
Dgen_amalgamated341 full_path = os.path.join(gn_utils.repo_root(), rel_path)
362 full_path = os.path.join(gn_utils.repo_root(), source_name)
381 full_path = os.path.join(gn_utils.repo_root(), include_dir, header_name)
398 full_path = os.path.join(gn_utils.repo_root(), header_name)
533 llvm_script = os.path.join(gn_utils.repo_root(), 'gn',
558 default=os.path.join(gn_utils.repo_root(), 'out/amalgamated/perfetto'))
Dgen_android_bp1007 default=os.path.join(gn_utils.repo_root(), 'Android.bp.extras'),
1012 default=os.path.join(gn_utils.repo_root(), 'Android.bp'),
/external/vixl/
D.ycm_extra_conf.py8 repo_root = os.path.dirname(os.path.abspath(__file__)) variable
13 return os.path.join(repo_root, path)
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
DRemoteTest.podspec16 repo_root = '../../../..'
17 bin_dir = "#{repo_root}/bins/$CONFIG"
20 well_known_types_dir = "#{repo_root}/third_party/protobuf/src"
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
DRemoteTest.podspec16 repo_root = '../../../..'
17 bin_dir = "#{repo_root}/bins/$CONFIG"
20 well_known_types_dir = "#{repo_root}/third_party/protobuf/src"
/external/perfetto/ui/
DPRESUBMIT.py40 repo_root = input_api.change.RepositoryRoot()
41 install_path = path.join(repo_root, 'tools', 'install-build-deps')
/external/grpc-grpc/tools/run_tests/artifacts/
Drun_in_workspace.sh22 export repo_root=$(pwd)
/external/grpc-grpc/tools/run_tests/helper_scripts/
Drun_tests_in_workspace.sh23 export repo_root="$(pwd)"
/external/grpc-grpc/src/objective-c/
D!ProtoCompiler-gRPCPlugin.podspec98 repo_root = '../..'
117 cd #{repo_root}
118 # This will build the plugin and put it in #{repo_root}/bins/opt.
D!ProtoCompiler.podspec120 repo_root = '../..'
124 cd #{repo_root}
126 # #{repo_root}/bins/opt/protobuf.
/external/grpc-grpc/templates/src/objective-c/
D!ProtoCompiler-gRPCPlugin.podspec.template100 repo_root = '../..'
119 cd #{repo_root}
120 # This will build the plugin and put it in #{repo_root}/bins/opt.