Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test_base.h459 char* build_top = getenv("ANDROID_BUILD_TOP"); in GetRootPath() local
460 if (build_top != nullptr) { in GetRootPath()
461 return std::string(build_top) + "/"; in GetRootPath()