Searched refs:git_root (Results 1 – 16 of 16) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/dockerize/ |
D | build_and_run_docker.sh | 24 git_root=$(pwd) 144 "-v=${git_root}:${EXTERNAL_GIT_ROOT}" 153 mkdir -p "${git_root}/reports" 175 mkdir -p "${git_root}/${OUTPUT_DIR}" 213 cp -r "${TEMP_REPORT_DIR}"/* "${git_root}" || true 219 cp -r "${TEMP_OUTPUT_DIR}/${OUTPUT_DIR}" "${git_root}" || DOCKER_EXIT_CODE=$?
|
/external/grpc-grpc/tools/run_tests/dockerize/ |
D | build_and_run_docker.sh | 24 git_root=$(pwd) 144 "-v=${git_root}:${EXTERNAL_GIT_ROOT}" 153 mkdir -p "${git_root}/reports" 175 mkdir -p "${git_root}/${OUTPUT_DIR}" 213 cp -r "${TEMP_REPORT_DIR}"/* "${git_root}" || true 219 cp -r "${TEMP_OUTPUT_DIR}/${OUTPUT_DIR}" "${git_root}" || DOCKER_EXIT_CODE=$?
|
/external/cronet/tot/third_party/protobuf/kokoro/linux/ |
D | build_and_run_docker.sh | 16 git_root=$(pwd) 42 echo $git_root 52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
|
/external/cronet/stable/third_party/protobuf/kokoro/linux/ |
D | build_and_run_docker.sh | 16 git_root=$(pwd) 42 echo $git_root 52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
|
/external/protobuf/kokoro/linux/ |
D | build_and_run_docker.sh | 16 git_root=$(pwd) 42 echo $git_root 52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 27 git_root = (subprocess.check_output(['git', 'rev-parse', '--show-toplevel' variable 34 default_out = os.path.join(git_root, '.github', 'CODEOWNERS') 50 for root, dirs, files in os.walk(git_root) 90 dir=os.path.relpath(os.path.dirname(filename), git_root)) 145 'git', 'ls-files', os.path.join(git_root, glob)
|
/external/pigweed/pw_doctor/py/pw_doctor/ |
D | doctor.py | 209 git_root = pathlib.Path( 212 git_root = git_root.resolve() 213 if root != git_root: 214 if str(root).lower() != str(git_root).lower(): 218 git_root, 225 git_root,
|
/external/protobuf/kokoro/linux/dockerfile/ |
D | push_testing_images.sh | 6 git_root=$(pwd)
|
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/ |
D | push_testing_images.sh | 6 git_root=$(pwd)
|
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/ |
D | push_testing_images.sh | 6 git_root=$(pwd)
|
/external/pigweed/pw_cli/py/pw_cli/ |
D | requires.py | 230 git_root = Path( 238 patches_json = git_root / 'patches.json'
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/ |
D | push_testing_images.sh | 24 git_root=$(pwd)
|
/external/grpc-grpc/tools/dockerfile/ |
D | push_testing_images.sh | 24 git_root=$(pwd)
|
/external/pytorch/torch/utils/benchmark/examples/ |
D | blas_compare_setup.py | 97 git_root = subprocess.check_output(
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | git_repo.py | 114 git_root: Path, # pylint: disable=unused-argument
|
/external/pigweed/pw_module/py/pw_module/ |
D | seed.py | 240 def _install_gerrit_hook(git_root: Path) -> None: 241 hook_file = git_root / '.git' / 'hooks' / 'commit-msg'
|