Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc139 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in SetUpAndroidRoot() local
140 if (android_build_top != nullptr) { in SetUpAndroidRoot()
141 root += android_build_top; in SetUpAndroidRoot()
201 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in GetAndroidToolsDir() local
202 if (android_build_top != nullptr) { in GetAndroidToolsDir()
203 root = android_build_top; in GetAndroidToolsDir()