Home
last modified time | relevance | path

Searched refs:BOOTSTRAP (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/
Dbootstrap.bash32 if [ -z "$BOOTSTRAP" ]; then
33 BOOTSTRAP="${BASH_SOURCE[0]}"
38 [ -z "$WRAPPER" ] && WRAPPER="`dirname "${BOOTSTRAP}"`/blueprint.bash"
46 [ -z "$SRCDIR" ] && SRCDIR=`dirname "${BOOTSTRAP}"`
86 echo "Usage of ${BOOTSTRAP}:"
136 -e "s|@@Bootstrap@@|$BOOTSTRAP|g" \
140 echo "BOOTSTRAP=\"${BOOTSTRAP}\"" > $BUILDDIR/.blueprint.bootstrap
Dblueprint.bash53 "${BOOTSTRAP}" -i "${BUILDDIR}/.bootstrap/build.ninja.in"
/build/soong/
Dsoong.bash11 BOOTSTRAP=".soong.bootstrap"
12 if [ ! -f "${BOOTSTRAP}" ]; then
17 source "${BOOTSTRAP}"
Dbootstrap.bash19 export BOOTSTRAP="${SRCDIR}/bootstrap.bash"
/build/blueprint/tests/
Dbootstrap.bash3 export BOOTSTRAP="${BASH_SOURCE[0]}"