Searched refs:android_host_out_from_env (Results 1 – 1 of 1) sorted by relevance
217 const char* android_host_out_from_env = getenv("ANDROID_HOST_OUT"); in GetAndroidHostOut() local234 if (android_host_out_from_env != nullptr) { in GetAndroidHostOut()235 std::filesystem::path from_env(std::filesystem::weakly_canonical(android_host_out_from_env)); in GetAndroidHostOut()