Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1021 char_backing_storage_.reserve((dex_locations_.size() - 1) * num_expanded_files); in ExpandOatAndImageFilenames()
1027 char_backing_storage_.push_back(base_img + image_name); in ExpandOatAndImageFilenames()
1028 image_filenames_.push_back((char_backing_storage_.end() - 1)->c_str()); in ExpandOatAndImageFilenames()
1031 char_backing_storage_.push_back(base_oat + oat_name); in ExpandOatAndImageFilenames()
1032 oat_filenames_.push_back((char_backing_storage_.end() - 1)->c_str()); in ExpandOatAndImageFilenames()
1035 char_backing_storage_.push_back(base_symbol_oat + oat_name); in ExpandOatAndImageFilenames()
1036 oat_unstripped_.push_back((char_backing_storage_.end() - 1)->c_str()); in ExpandOatAndImageFilenames()
2782 std::vector<std::string> char_backing_storage_; member in art::FINAL