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

/art/runtime/gc/space/
H A Dimage_space.cc1556 void ImageSpace::ExtractMultiImageLocations(const std::string& input_image_file_name, argument
1573 while (common < input_image_file_name.size() &&
1575 *(input_image_file_name.end() - common - 1) == *(first_image.end() - common - 1)) {
1585 const std::string new_prefix = input_image_file_name.substr(
1587 input_image_file_name.size() - common);

Completed in 104 milliseconds