Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc885 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()
1044 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()
1045 base_symbol_oat = oat_unstripped_[0]; in ExpandOatAndImageFilenames()
1066 oat_unstripped_.push_back(char_backing_storage_.front().c_str()); in ExpandOatAndImageFilenames()
2212 for (size_t i = 0; i < oat_unstripped_.size(); ++i) { in CopyStrippedToUnstripped()
2215 if (strcmp(oat_unstripped_[i], oat_filenames_[i]) != 0) { in CopyStrippedToUnstripped()
2225 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i])); in CopyStrippedToUnstripped()
2236 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i]; in CopyStrippedToUnstripped()
2239 VLOG(compiler) << "Oat file copied successfully (unstripped): " << oat_unstripped_[i]; in CopyStrippedToUnstripped()
2887 std::vector<const char*> oat_unstripped_; member in art::FINAL