Searched refs:oat_unstripped_ (Results 1 – 1 of 1) sorted by relevance
850 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()1011 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()1012 base_symbol_oat = oat_unstripped_[0]; in ExpandOatAndImageFilenames()1036 oat_unstripped_.push_back((char_backing_storage_.end() - 1)->c_str()); in ExpandOatAndImageFilenames()2014 for (size_t i = 0; i < oat_unstripped_.size(); ++i) { in CopyStrippedToUnstripped()2017 if (strcmp(oat_unstripped_[i], oat_filenames_[i]) != 0) { in CopyStrippedToUnstripped()2027 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i])); in CopyStrippedToUnstripped()2038 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i]; in CopyStrippedToUnstripped()2041 VLOG(compiler) << "Oat file copied successfully (unstripped): " << oat_unstripped_[i]; in CopyStrippedToUnstripped()2712 std::vector<const char*> oat_unstripped_; member in art::FINAL