Searched refs:android_product_out (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc725 const char* android_product_out = getenv("ANDROID_PRODUCT_OUT"); local
726 if (android_product_out != NULL) {
727 host_prefix.reset(new std::string(android_product_out));
/art/oatdump/
H A Doatdump.cc1406 const char* android_product_out = getenv("ANDROID_PRODUCT_OUT"); local
1407 if (android_product_out != NULL) {
1408 host_prefix.reset(new std::string(android_product_out));

Completed in 60 milliseconds