Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc949 oat_unstripped_ = oat_symbols; in ParseArgs()
951 oat_unstripped_ = oat_filename_; in ParseArgs()
1094 bool create_file = !oat_unstripped_.empty(); // as opposed to using open file descriptor in OpenFile()
1098 unlink(oat_unstripped_.c_str()); in OpenFile()
1100 oat_file_.reset(OS::CreateEmptyFile(oat_unstripped_.c_str())); in OpenFile()
1547 if (oat_unstripped_ != oat_stripped_) { in CopyUnstrippedToStripped()
1556 std::unique_ptr<File> in(OS::OpenFileForReading(oat_unstripped_.c_str())); in CopyUnstrippedToStripped()
1719 if (!image_writer_->Write(image_filename_, oat_unstripped_, oat_location_)) { in CreateImageFile()
1730 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_unstripped_.c_str())); in CreateImageFile()
1732 PLOG(ERROR) << "Failed to open ELF file: " << oat_unstripped_; in CreateImageFile()
[all …]