Searched refs:build_top (Results 1 – 2 of 2) sorted by relevance
259 char* build_top = getenv("ANDROID_BUILD_TOP"); in GetRootPath() local260 if (build_top != nullptr) { in GetRootPath()261 return std::string(build_top) + "/"; in GetRootPath()
483 std::string build_top = GetAndroidBuildTop(); in GetLibCoreDexLocations() local484 CHECK(android_root.starts_with(build_top)) in GetLibCoreDexLocations()485 << " android_root=" << android_root << " build_top=" << build_top; in GetLibCoreDexLocations()486 prefix = android_root.substr(build_top.size()); in GetLibCoreDexLocations()