Lines Matching refs:input_oat
1429 const OatFile* ClassLinker::PatchAndRetrieveOat(const std::string& input_oat, in PatchAndRetrieveOat() argument
1438 LOG(WARNING) << "Patching of oat file '" << input_oat << "' not attempted because we are " in PatchAndRetrieveOat()
1440 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1445 LOG(WARNING) << "Patching of oat file '" << input_oat << "' not attempted due to dex2oat being " in PatchAndRetrieveOat()
1447 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1455 input_oat_filename_arg += input_oat; in PatchAndRetrieveOat()
1481 input_oat.c_str(), output_oat.c_str(), error_msg->c_str()); in PatchAndRetrieveOat()
1485 input_oat.c_str(), output_oat.c_str(), error_msg->c_str()); in PatchAndRetrieveOat()
1490 LOG(WARNING) << "Patching of oat file '" << input_oat << "' failed. Attempting to use oat file " in PatchAndRetrieveOat()
1492 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1495 "failed: %s", input_oat.c_str(), output_oat.c_str(), in PatchAndRetrieveOat()