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

/art/compiler/linker/
H A Drelative_patcher_test.h234 std::string diff_indicator_str = diff_indicator.str(); local
235 if (diff_indicator_str.length() > 60) {
236 CHECK_EQ(diff_indicator_str.length() % 3u, 0u);
237 size_t remove = diff_indicator_str.length() / 3 - 5;
243 diff_indicator_str.replace(0u, remove * 3u, replacement);
248 LOG(ERROR) << " " << diff_indicator_str;

Completed in 4 milliseconds