Searched refs:android_host_out_from_env (Results 1 – 1 of 1) sorted by relevance
191 const char* android_host_out_from_env = getenv("ANDROID_HOST_OUT"); in GetAndroidHostOut() local208 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()