Searched refs:build_top (Results 1 - 1 of 1) sorted by path

/art/compiler/utils/
H A Dassembler_test.h631 char* build_top = getenv("ANDROID_BUILD_TOP"); local
632 if (build_top != nullptr) {
633 return std::string(build_top) + "/";

Completed in 16 milliseconds