Home
last modified time | relevance | path

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

/external/skia/infra/bots/
Drecipes.py47 def parse(repo_root, recipes_cfg_path): argument
94 repo_root, recipes_path.replace('/', os.path.sep))
140 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
141 dep, recipes_path = parse(repo_root, recipes_cfg_path)
144 return os.path.join(repo_root, recipes_path)
186 repo_root = os.path.dirname(
191 repo_root = (_git_output(
194 repo_root = os.path.abspath(repo_root)
195 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
198 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)
/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/tools/
Dgen_build146 def repo_root(): function
152 def create_build_description(repo_root): argument
155 out = os.path.join(repo_root, 'out', 'tmp.gen_build')
163 ['gn', 'gen', out, '--args=%s' % gn_args], repo_root)
166 repo_root)
639 default=repo_root(),
644 default=os.path.join(repo_root(), 'BUILD.extras'),
649 default=os.path.join(repo_root(), 'BUILD'),
654 default=os.path.join(repo_root(), 'protos', 'BUILD'),
666 desc = create_build_description(args.repo_root)
Dgen_android_bp668 def repo_root(): function
678 out = os.path.join(repo_root(), 'out', 'tmp.gen_android_bp')
686 ['gn', 'gen', out, '--args=%s' % gn_args], cwd=repo_root())
689 cwd=repo_root())
706 default=os.path.join(repo_root(), 'Android.bp.extras'),
711 default=os.path.join(repo_root(), 'Android.bp'),
/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/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/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/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.