Searched refs:PWD (Results 1 – 24 of 24) sorted by relevance
28 (cd $TOP; PWD= /bin/pwd)34 PWD= /bin/pwd36 local HERE=$PWD38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do40 T=`PWD= /bin/pwd -P`51 export ORIGINAL_PWD=${PWD}
29 build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k merge_zips xref_cxx xref_java35 declare -r source_root=$PWD
39 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
9 (cd "$TOP"; PWD= /bin/pwd)15 PWD= /bin/pwd17 local HERE=$PWD19 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do21 T=`PWD= /bin/pwd -P`
5 SCRIPT_DIR="${PWD}"7 TOP="${PWD}"
4 while [[ ! -f "${ENV_SETUP_SCRIPT}" ]] && [[ "${PWD}" != "/" ]]; do20 local -r CUR_DIR=$PWD
856 (cd "$TOP"; PWD= /bin/pwd)862 PWD= /bin/pwd864 local HERE=$PWD866 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do868 T=`PWD= /bin/pwd -P`907 local HERE=$PWD909 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do910 T=$PWD1833 OUT_DIR=${OUT_DIR_COMMON_BASE}/${PWD##*/}
9 ABP := $(PWD)/$(SOONG_HOST_OUT_EXECUTABLES)14 ABP := $(ABP):$(PWD)/$(HOST_OUT_EXECUTABLES)
66 …RBE_CXX := --labels=type=compile,lang=cpp,compiler=clang --env_var_allowlist=PWD --exec_strategy=$…
19 PWD := $(shell pwd)
1010 RELATIVE_PWD := PWD=/proc/self/cwd
12 PWD := $(shell pwd)
70 LLVM_AR="${PWD}/${CLANG_BIN}/llvm-ar"72 outfile="${PWD}/${outfile}"
71 SCRIPT_DIR="$PWD"73 CHECKOUT_ROOT="$PWD"
88 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}/
59 declare -r target="$PWD"
75 `echo PWD=$$PWD && `+
26 // 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.
9 TOP=${PWD}
2 "PWD",
25 Assume that the source directory is `$PWD`. If a script is going to change36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path