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

/art/runtime/gc/space/
H A Dimage_space.cc1534 // Length of common suffix.
1535 size_t common = 0; local
1536 while (common < input_image_file_name.size() &&
1537 common < first_image.size() &&
1538 *(input_image_file_name.end() - common - 1) == *(first_image.end() - common - 1)) {
1539 ++common;
1547 const size_t old_prefix_length = first_image.size() - common;
1550 input_image_file_name.size() - common);

Completed in 68 milliseconds