/external/toolchain-utils/llvm_tools/ |
D | copy_helpers_to_chromiumos_overlay.py | 23 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/ |
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/infra/luci/ |
D | recipes.py | 58 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/ |
D | recipes.py | 58 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/ |
D | infra.py | 19 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/ |
D | run_in_workspace.sh | 22 repo_root=$(pwd) 23 export repo_root
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/ |
D | run_tests_in_workspace.sh | 23 repo_root="$(pwd)" 24 export repo_root
|
/external/perfetto/tools/ |
D | gn_utils.py | 56 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))
|
D | gen_bazel | 550 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)
|
D | gen_amalgamated | 341 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'))
|
D | gen_android_bp | 1007 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.py | 8 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/ |
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/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/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.
|