Home | History | Annotate | Download | only in patchoat

Lines Matching refs:file_path

748   const std::string& file_path = oat_in->GetFilePath();
752 LOG(ERROR) << "Failed to find oat header in oat file " << file_path;
757 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header";
763 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic");