Searched defs:host_dir (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex2oat_environment_test.h121 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
122 CHECK(host_dir != nullptr);
123 return std::string(host_dir) + "/framework";
H A Dcommon_runtime_test.cc439 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
440 CHECK(host_dir != nullptr);
441 path = host_dir;
460 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
461 CHECK(host_dir != nullptr);
462 return host_dir;
602 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
603 CHECK(host_dir != nullptr);
604 location = StringPrintf("%s/framework/core.%s", host_dir, suffix);

Completed in 58 milliseconds