Searched refs:oat_unstripped_ (Results 1 – 1 of 1) sorted by relevance
816 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()953 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()954 if (oat_unstripped_[0].rfind('/') == std::string::npos) { in ExpandOatAndImageFilenames()955 Usage("Unusable boot image symbol filename %s", oat_unstripped_[0].c_str()); in ExpandOatAndImageFilenames()957 oat_unstripped_ = ImageSpace::ExpandMultiImageLocations( in ExpandOatAndImageFilenames()958 locations, oat_unstripped_[0], IsBootImageExtension()); in ExpandOatAndImageFilenames()2228 for (size_t i = 0; i < oat_unstripped_.size(); ++i) { in CopyOatFilesToSymbolsDirectoryAndStrip()2231 if (oat_unstripped_[i] != oat_filenames_[i]) { in CopyOatFilesToSymbolsDirectoryAndStrip()2241 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_unstripped_[i].c_str())); in CopyOatFilesToSymbolsDirectoryAndStrip()2243 PLOG(ERROR) << "Failed to open oat file for writing: " << oat_unstripped_[i]; in CopyOatFilesToSymbolsDirectoryAndStrip()[all …]