Home | History | Annotate | Download | only in runtime

Lines Matching refs:android_host_out

104       // Use ANDROID_HOST_OUT for ANDROID_ROOT if it is set.
105 const char* android_host_out = getenv("ANDROID_HOST_OUT");
106 if (android_host_out != nullptr) {
107 setenv("ANDROID_ROOT", android_host_out, 1);
134 if (getenv("ANDROID_HOST_OUT") == nullptr) {
135 setenv("ANDROID_HOST_OUT", getenv("ANDROID_ROOT"), 1);
283 const char* host_dir = getenv("ANDROID_HOST_OUT");
292 const char* host_dir = getenv("ANDROID_HOST_OUT");
314 filename += getenv("ANDROID_HOST_OUT");