Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 14 of 14) 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_test.bash34 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
/build/make/
DtapasHelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
Dhelp.sh5 SCRIPT_DIR="${PWD}"
7 TOP="${PWD}"
Denvsetup.sh746 (cd $TOP; PWD= /bin/pwd)
752 PWD= /bin/pwd
754 local HERE=$PWD
756 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
758 T=`PWD= /bin/pwd -P`
782 local HERE=$PWD
787 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
788 T=`PWD= /bin/pwd`
872 local HERE=$PWD
874 M=`PWD= /bin/pwd`
[all …]
/build/make/core/
Ddumpvar.mk9 ABP := $(PWD)/$(SOONG_HOST_OUT_EXECUTABLES)
14 ABP := $(ABP):$(PWD)/$(HOST_OUT_EXECUTABLES)
Dcleanbuild.mk19 PWD := $(shell pwd)
Dconfig.mk534 BISON_PKGDATADIR := $(PWD)/prebuilts/build-tools/common/bison
1005 RELATIVE_PWD := PWD=/proc/self/cwd
Dmain.mk34 PWD := $(shell pwd)
/build/blueprint/
D.travis.fix-fork.sh8 export TRAVIS_BUILD_DIR=$PWD
/build/soong/scripts/
Ddiff_build_graphs.sh71 SCRIPT_DIR="$PWD"
73 CHECKOUT_ROOT="$PWD"
/build/
Denvsetup.sh746 (cd $TOP; PWD= /bin/pwd)
752 PWD= /bin/pwd
754 local HERE=$PWD
756 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
758 T=`PWD= /bin/pwd -P`
782 local HERE=$PWD
787 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
788 T=`PWD= /bin/pwd`
872 local HERE=$PWD
874 M=`PWD= /bin/pwd`
[all …]
/build/blueprint/tests/
Dtest_tree_tests.sh9 TOP=${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