Searched refs:oat_unstripped_ (Results 1 – 1 of 1) sorted by relevance
806 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()1775 for (size_t i = 0; i < oat_unstripped_.size(); ++i) { in CopyStrippedToUnstripped()1778 if (strcmp(oat_unstripped_[i], oat_filenames_[i]) != 0) { in CopyStrippedToUnstripped()1788 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i])); in CopyStrippedToUnstripped()1800 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i]; in CopyStrippedToUnstripped()1803 VLOG(compiler) << "Oat file copied successfully (unstripped): " << oat_unstripped_[i]; in CopyStrippedToUnstripped()2443 std::vector<const char*> oat_unstripped_; member in art::FINAL