Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc167 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in SetUpAndroidRoot() local
168 if (android_build_top != nullptr) { in SetUpAndroidRoot()
169 root += android_build_top; in SetUpAndroidRoot()
230 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in GetAndroidToolsDir() local
231 if (android_build_top != nullptr) { in GetAndroidToolsDir()
232 root = android_build_top; in GetAndroidToolsDir()