Searched defs:android_build_top (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.cc154 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
155 if (android_build_top != nullptr) {
156 root += android_build_top;
217 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
218 if (android_build_top != nullptr) {
219 root = android_build_top;

Completed in 46 milliseconds