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

/art/dex2oat/
H A Ddex2oat.cc730 const char* android_product_out = getenv("ANDROID_PRODUCT_OUT"); local
731 if (android_product_out != NULL) {
732 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 66 milliseconds