Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:image_file_location

269     std::string image_file_location;
277 image_file_location = image_space->GetImageFilename();
278 if (host_prefix != NULL && StartsWith(image_file_location, host_prefix->c_str())) {
279 image_file_location = image_file_location.substr(host_prefix->size());
286 image_file_location,