Searched refs:base_img (Results 1 – 1 of 1) sorted by relevance
925 std::string base_img = image_filenames_[0]; in ExpandOatAndImageFilenames() local926 size_t last_img_slash = base_img.rfind('/'); in ExpandOatAndImageFilenames()928 Usage("--multi-image used with unusable image filename %s", base_img.c_str()); in ExpandOatAndImageFilenames()932 if (base_img.find('@', last_img_slash) != std::string::npos) { in ExpandOatAndImageFilenames()933 last_img_slash = base_img.rfind('@'); in ExpandOatAndImageFilenames()938 std::string prefix = base_img.substr(last_img_slash + 1); in ExpandOatAndImageFilenames()946 base_img = base_img.substr(0, last_img_slash + 1); in ExpandOatAndImageFilenames()971 char_backing_storage_.push_back(base_img + image_name); in ExpandOatAndImageFilenames()