Searched refs:BUILD_TOP (Results 1 - 10 of 10) sorted by relevance

/art/test/utils/python/testgen/
H A Dutils.py26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
27 if BUILD_TOP is None:
58 with (Path(BUILD_TOP)/"development"/"docs"/"copyright-templates"/fname).open() as template:
/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_java.py26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
H A Dgenerate_smali.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_java.py26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
H A Dgenerate_smali.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
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/
H A Dgenerate_java.py26 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
27 if BUILD_TOP is None:
32 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
H A Dgenerate_smali.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))
/art/test/utils/python/
H A Dgenerate_java_main.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
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/
H A Dgenerate_java.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
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/
H A Dgenerate_java.py25 BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
26 if BUILD_TOP is None:
31 sys.path.append(str(Path(BUILD_TOP)/"art"/"test"/"utils"/"python"))

Completed in 96 milliseconds