HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_TOP (Results 1 - 12 of 12) sorted by null

  /art/test/utils/python/testgen/
utils.py 26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
27 if BUILD_TOP is None:
58 with (Path(BUILD_TOP)/"development"/"docs"/"copyright-templates"/fname).open() as template:
  /art/test/648-many-direct-methods/util-src/
generate_java.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /art/test/970-iface-super-resolution-gen/util-src/
generate_java.py 26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
generate_smali.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /prebuilts/qemu-kernel/
build-kernel.sh 295 BUILD_TOP=$ANDROID_BUILD_TOP
296 if [ -z "$BUILD_TOP" ]; then
299 BUILD_TOP=$(dirname $0)/../..
300 if [ ! -d "$BUILD_TOP/prebuilts" ]; then
301 BUILD_TOP=
303 BUILD_TOP=$(cd $BUILD_TOP && pwd)
321 CROSSPREFIX=$BUILD_TOP/prebuilts/gcc/$HOST_TAG/$PREBUILT_ARCH/$CROSSTOOLCHAIN/bin/$CROSSPREFIX
323 if [ "$BUILD_TOP" -a -f ${CROSSPREFIX}gcc ]; then
  /art/test/968-default-partial-compile-gen/util-src/
generate_java.py 26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
generate_smali.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /art/test/971-iface-super/util-src/
generate_java.py 26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
generate_smali.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /art/test/961-default-iface-resolution-gen/util-src/
generate_java.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /art/test/utils/python/
generate_java_main.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP")
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))

Completed in 501 milliseconds