Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1065 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()
1197 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()
1198 if (oat_unstripped_[0].rfind('/') == std::string::npos) { in ExpandOatAndImageFilenames()
1199 Usage("Unusable boot image symbol filename %s", oat_unstripped_[0].c_str()); in ExpandOatAndImageFilenames()
1201 oat_unstripped_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()
1202 locations, oat_unstripped_[0], IsBootImageExtension()); in ExpandOatAndImageFilenames()
2430 for (size_t i = 0; i < oat_unstripped_.size(); ++i) { in CopyOatFilesToSymbolsDirectoryAndStrip()
2433 if (oat_unstripped_[i] != oat_filenames_[i]) { in CopyOatFilesToSymbolsDirectoryAndStrip()
2438 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i].c_str())); in CopyOatFilesToSymbolsDirectoryAndStrip()
2449 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i]; in CopyOatFilesToSymbolsDirectoryAndStrip()
[all …]