/external/skia/infra/bots/ |
D | recipes.py | 47 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/ |
D | recipes.py | 47 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/ |
D | gen_build | 146 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)
|
D | gen_android_bp | 668 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/ |
D | RemoteTest.podspec | 16 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/ |
D | RemoteTest.podspec | 16 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.py | 8 repo_root = os.path.dirname(os.path.abspath(__file__)) variable 13 return os.path.join(repo_root, path)
|
/external/perfetto/ui/ |
D | PRESUBMIT.py | 40 repo_root = input_api.change.RepositoryRoot() 41 install_path = path.join(repo_root, 'tools', 'install-build-deps')
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | run_in_workspace.sh | 22 export repo_root=$(pwd)
|
/external/grpc-grpc/tools/run_tests/helper_scripts/ |
D | run_tests_in_workspace.sh | 23 export repo_root="$(pwd)"
|
/external/grpc-grpc/src/objective-c/ |
D | !ProtoCompiler-gRPCPlugin.podspec | 98 repo_root = '../..' 117 cd #{repo_root} 118 # This will build the plugin and put it in #{repo_root}/bins/opt.
|
D | !ProtoCompiler.podspec | 120 repo_root = '../..' 124 cd #{repo_root} 126 # #{repo_root}/bins/opt/protobuf.
|
/external/grpc-grpc/templates/src/objective-c/ |
D | !ProtoCompiler-gRPCPlugin.podspec.template | 100 repo_root = '../..' 119 cd #{repo_root} 120 # This will build the plugin and put it in #{repo_root}/bins/opt.
|