Home
last modified time | relevance | path

Searched refs:android_build_top (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dcommon_runtime_test.cc120 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in SetUpAndroidRoot() local
121 if (android_build_top != nullptr) { in SetUpAndroidRoot()
122 root += android_build_top; in SetUpAndroidRoot()
/art/compiler/utils/
Dassembler_thumb_test.cc70 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in GetAndroidToolsDir() local
71 if (android_build_top != nullptr) { in GetAndroidToolsDir()
72 root += android_build_top; in GetAndroidToolsDir()