Searched refs:base_oat (Results 1 – 1 of 1) sorted by relevance
913 std::string base_oat = oat_filenames_[0]; in ExpandOatAndImageFilenames() local914 size_t last_oat_slash = base_oat.rfind('/'); in ExpandOatAndImageFilenames()916 Usage("--multi-image used with unusable oat filename %s", base_oat.c_str()); in ExpandOatAndImageFilenames()920 if (base_oat.find('@', last_oat_slash) != std::string::npos) { in ExpandOatAndImageFilenames()921 last_oat_slash = base_oat.rfind('@'); in ExpandOatAndImageFilenames()923 base_oat = base_oat.substr(0, last_oat_slash + 1); in ExpandOatAndImageFilenames()975 char_backing_storage_.push_back(base_oat + oat_name); in ExpandOatAndImageFilenames()