Home
last modified time | relevance | path

Searched defs:ANDROID_BUILD_TOP (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/cert/
H A Dbluetooth_packets_python3_setup.py31 ANDROID_BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
/aosp12/art/
H A Dtest.py28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd()) variable
/aosp12/packages/modules/Gki/
H A Ddownload_boot_prebuilt.py41 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable
/aosp12/art/test/testrunner/
H A Denv.py69 ANDROID_BUILD_TOP = _get_android_build_top() variable
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_ri.py47 ANDROID_BUILD_TOP = Path(parent_dir_name).parents[3] variable
/aosp12/system/tools/hidl/
H A DCoordinator.cpp1048 const char* ANDROID_BUILD_TOP = getenv("ANDROID_BUILD_TOP"); in parseOptions() local