Home
last modified time | relevance | path

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

/build/soong/
Dsoong_ui.bash28 (cd $TOP; PWD= /bin/pwd)
34 PWD= /bin/pwd
36 local HERE=$PWD
38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
40 T=`PWD= /bin/pwd -P`
51 export ORIGINAL_PWD=${PWD}
Dbuild_kzip.bash29 build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k merge_zips xref_cxx xref_java
35 declare -r source_root=$PWD
Dbuild_test.bash39 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
/build/bazel/
Dbazel.sh9 (cd "$TOP"; PWD= /bin/pwd)
15 PWD= /bin/pwd
17 local HERE=$PWD
19 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
21 T=`PWD= /bin/pwd -P`
/build/make/
DtapasHelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
DbanchanHelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
Drbesetup.sh4 while [[ ! -f "${ENV_SETUP_SCRIPT}" ]] && [[ "${PWD}" != "/" ]]; do
20 local -r CUR_DIR=$PWD
Dhelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
Denvsetup.sh856 (cd "$TOP"; PWD= /bin/pwd)
862 PWD= /bin/pwd
864 local HERE=$PWD
866 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
868 T=`PWD= /bin/pwd -P`
907 local HERE=$PWD
909 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
910 T=$PWD
1833 OUT_DIR=${OUT_DIR_COMMON_BASE}/${PWD##*/}
/build/make/core/
Ddumpvar.mk9 ABP := $(PWD)/$(SOONG_HOST_OUT_EXECUTABLES)
14 ABP := $(ABP):$(PWD)/$(HOST_OUT_EXECUTABLES)
Drbe.mk66 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$…
Dcleanbuild.mk19 PWD := $(shell pwd)
Dconfig.mk1010 RELATIVE_PWD := PWD=/proc/self/cwd
Dmain.mk12 PWD := $(shell pwd)
/build/soong/scripts/
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"
Dbuild-mainline-modules.sh88 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/apex/${module}.apex ${DIST_DIR}/${TARGET_ARCH}/
92 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/${libdir}/${library}.so ${DIST_DIR}/${TARGET_ARCH}/
Dsetup-android-build.sh59 declare -r target="$PWD"
/build/soong/android/
Dqueryview.go75 `echo PWD=$$PWD && `+
/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/
Denvsetup.sh856 (cd "$TOP"; PWD= /bin/pwd)
862 PWD= /bin/pwd
864 local HERE=$PWD
866 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do
868 T=`PWD= /bin/pwd -P`
907 local HERE=$PWD
909 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
910 T=$PWD
1833 OUT_DIR=${OUT_DIR_COMMON_BASE}/${PWD##*/}
/build/blueprint/tests/
Dtest_tree_tests.sh9 TOP=${PWD}
/build/bazel/rules/
Dlunch.bzl2 "PWD",
/build/soong/docs/
Dbest_practices.md25 Assume that the source directory is `$PWD`. If a script is going to change
36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path