Searched refs:build_top (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/tests/ |
H A D | runtests.py | 52 build_top = os.environ.get('ANDROID_BUILD_TOP', None) 55 if build_top is None or out_dir is None: 62 'MODULES-IN-frameworks-base-services-tests-servicestests' % build_top, 64 build_top)
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | lit.cfg | 30 build_top = getattr(config, 'build_top', None) 31 if build_top is None: 35 build_top = config.build_top 38 config.test_exec_root = os.path.join(config.build_top, 'out', 'host',
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
H A D | lit.cfg | 28 build_top = getattr(config, 'build_top', None) 29 if build_top is None: 33 build_top = config.build_top 50 config.test_exec_root = os.path.join(config.build_top, 'out', 'debug', 53 config.test_exec_root = os.path.join(config.build_top, 'out', 'target',
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/ |
H A D | lit.site.cfg | 43 config.build_top = os.getenv('ANDROID_BUILD_TOP') 45 config.base_build_path = os.path.join(config.build_top, 'out', 'host', 57 'TEST_JIT_DEBUGINFO', os.path.join(config.build_top, 'frameworks', \ 66 'ANDROID_GDB_PLUGIN', os.path.join(config.build_top, 'frameworks', 84 os.path.join(config.build_top, 'frameworks', 'compile', 'libbcc',
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test_base.h | 228 char* build_top = getenv("ANDROID_BUILD_TOP"); in GetRootPath() local 229 if (build_top != nullptr) { in GetRootPath() 230 return std::string(build_top) + "/"; in GetRootPath()
|
/aosp12/build/make/tools/ |
H A D | check_elf_file.py | 118 build_top = _get_build_top() 125 build_top, llvm_prebuilts_base, _get_os_name() + '-x86')
|