Home
last modified time | relevance | path

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

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