Home
last modified time | relevance | path

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/
Dbuild_and_run_docker.sh24 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/
Dbuild_and_run_docker.sh24 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/
Dbuild_and_run_docker.sh16 git_root=$(pwd)
42 echo $git_root
52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
/external/cronet/stable/third_party/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh16 git_root=$(pwd)
42 echo $git_root
52 -v "$git_root:/var/local/kokoro/protobuf:ro" \
/external/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh16 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/
Dmkowners.py27 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/
Ddoctor.py209 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/
Dpush_testing_images.sh6 git_root=$(pwd)
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh6 git_root=$(pwd)
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh6 git_root=$(pwd)
/external/pigweed/pw_cli/py/pw_cli/
Drequires.py230 git_root = Path(
238 patches_json = git_root / 'patches.json'
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/
Dpush_testing_images.sh24 git_root=$(pwd)
/external/grpc-grpc/tools/dockerfile/
Dpush_testing_images.sh24 git_root=$(pwd)
/external/pytorch/torch/utils/benchmark/examples/
Dblas_compare_setup.py97 git_root = subprocess.check_output(
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py114 git_root: Path, # pylint: disable=unused-argument
/external/pigweed/pw_module/py/pw_module/
Dseed.py240 def _install_gerrit_hook(git_root: Path) -> None:
241 hook_file = git_root / '.git' / 'hooks' / 'commit-msg'