Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc947 oat_stripped_ = oat_filename_; in ParseArgs()
1547 if (oat_unstripped_ != oat_stripped_) { in CopyUnstrippedToStripped()
1557 std::unique_ptr<File> out(OS::CreateEmptyFile(oat_stripped_.c_str())); in CopyUnstrippedToStripped()
1569 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_stripped_; in CopyUnstrippedToStripped()
1572 VLOG(compiler) << "Oat file copied successfully (stripped): " << oat_stripped_; in CopyUnstrippedToStripped()
1870 std::string oat_stripped_; member in art::FINAL