Home
last modified time | relevance | path

Searched refs:base_img (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc968 std::string base_img = image_filenames_[0]; in ExpandOatAndImageFilenames() local
969 size_t last_img_slash = base_img.rfind('/'); in ExpandOatAndImageFilenames()
971 Usage("--multi-image used with unusable image filename %s", base_img.c_str()); in ExpandOatAndImageFilenames()
975 if (base_img.find('@', last_img_slash) != std::string::npos) { in ExpandOatAndImageFilenames()
976 last_img_slash = base_img.rfind('@'); in ExpandOatAndImageFilenames()
981 std::string prefix = base_img.substr(last_img_slash + 1); in ExpandOatAndImageFilenames()
989 base_img = base_img.substr(0, last_img_slash + 1); in ExpandOatAndImageFilenames()
1027 char_backing_storage_.push_back(base_img + image_name); in ExpandOatAndImageFilenames()