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

/art/patchoat/
H A Dpatchoat.cc1062 const char* base_offset_str = option.substr(strlen("--base-offset=")).data(); local
1064 if (!ParseUint(base_offset_str, &base_offset)) {
1065 Usage("Failed to parse --base-offset argument '%s' as an uintptr_t", base_offset_str);

Completed in 6 milliseconds