Home
last modified time | relevance | path

Searched refs:image_base_str (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc973 const char* image_base_str = option.substr(strlen("--base=")).data(); in dex2oat() local
975 image_base = strtoul(image_base_str, &end, 16); in dex2oat()
976 if (end == image_base_str || *end != '\0') { in dex2oat()