Home | History | Annotate | Download | only in patchoat

Lines Matching defs:file_path

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