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

/art/dex2oat/
H A Ddex2oat.cc664 const char* image_base_str = option.substr(strlen("--base=")).data(); local
666 image_base = strtoul(image_base_str, &end, 16);
667 if (end == image_base_str || *end != '\0') {

Completed in 66 milliseconds