Home
last modified time | relevance | path

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

/art/libartbase/base/
Dcommon_art_test.cc191 const char* android_host_out_from_env = getenv("ANDROID_HOST_OUT"); in GetAndroidHostOut() local
208 if (android_host_out_from_env != nullptr) { in GetAndroidHostOut()
209 std::filesystem::path from_env(std::filesystem::weakly_canonical(android_host_out_from_env)); in GetAndroidHostOut()