Home | History | Annotate | Download | only in dex2oat

Lines Matching full:image_base_str

645         const char* image_base_str = option.substr(strlen("--base=")).data();
647 image_base_ = strtoul(image_base_str, &end, 16);
648 if (end == image_base_str || *end != '\0') {