Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 25 of 30) sorted by relevance

12

/build/make/
Dshell_utils.sh21 (cd "$TOP"; PWD= /bin/pwd)
27 PWD= /bin/pwd
29 local HERE=$PWD
31 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
33 T=`PWD= /bin/pwd -P`
DbanchanHelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
DtapasHelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
Dcogsetup.sh59 if [[ "${PWD}" == /google/cog/* ]]; then
67 if [[ "${PWD}" != /google/cog/* ]]; then
Drbesetup.sh4 while [[ ! -f "${ENV_SETUP_SCRIPT}" ]] && [[ "${PWD}" != "/" ]]; do
20 local -r CUR_DIR=$PWD
Denvsetup.sh23 (cd "$TOP"; PWD= /bin/pwd)
29 PWD= /bin/pwd
31 local HERE=$PWD
33 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
35 T=`PWD= /bin/pwd -P`
835 local HERE=$PWD
837 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
838 T=$PWD
1082 if [[ "${PWD}" == /google/cog/* ]]; then
Dhelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
/build/bazel/ci/
Datest_integration_test.sh24 (${PWD}/build/soong/soong_ui.bash --dumpvar-mode --abs $1)
28 export ANDROID_BUILD_TOP=${PWD}
45 export PATH=${PWD}/prebuilts/build-tools/path/linux-x86:${PATH}
/build/soong/scripts/
Drun-ckati.sh77 ASAN_SYMBOLIZER_PATH=$PWD/prebuilts/clang/host/linux-x86/llvm-binutils-stable/llvm-symbolizer \
81 JAVA_HOME=$PWD/prebuilts/jdk/jdk17/linux-x86 \
84 PATH="$PWD/prebuilts/build-tools/path/linux-x86:$PWD/${out}/.path" \
91 TMPDIR="$PWD/$out/soong/.temp"
Darchive_repack.sh70 LLVM_AR="${PWD}/${CLANG_BIN}/llvm-ar"
72 outfile="${PWD}/${outfile}"
Ddiff_build_graphs.sh71 SCRIPT_DIR="$PWD"
73 CHECKOUT_ROOT="$PWD"
Dsetup-android-build.sh59 declare -r target="$PWD"
/build/bazel/scripts/
Delf_input_files.sh64 -Mo -q -e -t 0 -B / -B /tmp -B $(realpath $outdir):$PWD/out \
65 --cwd $PWD --skip_setsid --keep_caps --disable_clone_newcgroup --disable_clone_newnet \
Dmkmodules_diff.sh34 GOWORK=$PWD/build/bazel/mkcompare/go.work \
Delf_compare.sh122 GOWORK=$PWD/build/bazel/mkcompare/go.work go build -o $comparator $elfdiff || exit 1
/build/soong/
Dbuild_kzip.bash47 build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k --skip-soong-tests --ninja_weigh…
53 declare -r source_root=$PWD
Dbuild_test.bash51 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
Dsoong_ui.bash31 export ORIGINAL_PWD=${PWD}
/build/soong/bin/
Dbuild-flag21 export ORIGINAL_PWD=${PWD}
Dbuild-flag-declarations21 export ORIGINAL_PWD=${PWD}
/build/
Denvsetup.sh23 (cd "$TOP"; PWD= /bin/pwd)
29 PWD= /bin/pwd
31 local HERE=$PWD
33 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
35 T=`PWD= /bin/pwd -P`
835 local HERE=$PWD
837 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
838 T=$PWD
1082 if [[ "${PWD}" == /google/cog/* ]]; then
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto26 // merged into the given output file relative to the $PWD when sbox was started.
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.
/build/blueprint/tests/
Dtest_tree_tests.sh9 TOP=${PWD}
/build/make/core/
Drbe.mk72 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$…
Dcleanbuild.mk19 PWD := $(shell pwd)

12