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

/art/dex2oat/
H A Ddex2oat.cc850 oat_unstripped_ = std::move(parser_options->oat_symbols);
1011 if (!oat_unstripped_.empty()) {
1012 base_symbol_oat = oat_unstripped_[0];
1036 oat_unstripped_.push_back((char_backing_storage_.end() - 1)->c_str());
2014 for (size_t i = 0; i < oat_unstripped_.size(); ++i) {
2017 if (strcmp(oat_unstripped_[i], oat_filenames_[i]) != 0) {
2027 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i]));
2038 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i];
2041 VLOG(compiler) << "Oat file copied successfully (unstripped): " << oat_unstripped_[i];
2712 std::vector<const char*> oat_unstripped_; member in class:art::FINAL
[all...]

Completed in 65 milliseconds