Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc956 std::string base_oat = oat_filenames_[0]; in ExpandOatAndImageFilenames() local
957 size_t last_oat_slash = base_oat.rfind('/'); in ExpandOatAndImageFilenames()
959 Usage("--multi-image used with unusable oat filename %s", base_oat.c_str()); in ExpandOatAndImageFilenames()
963 if (base_oat.find('@', last_oat_slash) != std::string::npos) { in ExpandOatAndImageFilenames()
964 last_oat_slash = base_oat.rfind('@'); in ExpandOatAndImageFilenames()
966 base_oat = base_oat.substr(0, last_oat_slash + 1); in ExpandOatAndImageFilenames()
1031 char_backing_storage_.push_back(base_oat + oat_name); in ExpandOatAndImageFilenames()