Searched refs:TOPFILE (Results 1 – 5 of 5) sorted by relevance
25 local TOPFILE=build/soong/root.bp26 if [ -n "${TOP-}" -a -f "${TOP-}/${TOPFILE}" ] ; then30 if [ -f $TOPFILE ] ; then38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do43 if [ -f "$T/$TOPFILE" ]; then
13 local TOPFILE=build/bazel/bazel.sh14 if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then18 if [ -f $TOPFILE ] ; then26 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do31 if [ -f "$T/$TOPFILE" ]; then
8 local TOPFILE=build/bazel/bazel.sh9 if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then13 if [ -f $TOPFILE ] ; then21 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do26 if [ -f "$T/$TOPFILE" ]; then
934 local TOPFILE=build/make/core/envsetup.mk935 if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then939 if [ -f $TOPFILE ] ; then947 while [ \( ! \( -f $TOPFILE \) \) -a \( "$PWD" != "/" \) ]; do952 if [ -f "$T/$TOPFILE" ]; then987 local TOPFILE=build/make/core/envsetup.mk990 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do