HomeSort by relevance Sort by last modified time
    Searched full:image_base_str (Results 1 - 1 of 1) sorted by null

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

Completed in 42 milliseconds