Lines Matching full:base_oat
912 std::string base_oat = oat_filenames_[0];
913 size_t last_oat_slash = base_oat.rfind('/');
915 Usage("--multi-image used with unusable oat filename %s", base_oat.c_str());
919 if (base_oat.find('@', last_oat_slash) != std::string::npos) {
920 last_oat_slash = base_oat.rfind('@');
922 base_oat = base_oat.substr(0, last_oat_slash + 1);
974 char_backing_storage_.push_back(base_oat + oat_name);