Lines Matching refs:ERROR
484 LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
488 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
493 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader()
505 PLOG(ERROR) << "Failed to read dex file header. Actual: " in GetDexFileHeader()
522 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource()
538 LOG(ERROR) << "Failed to read magic number from dex file '" << location << "': " << error_msg; in AddDexFileSource()
545 LOG(ERROR) << "Failed to get DexFileHeader from file descriptor for '" in AddDexFileSource()
562 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddDexFileSource()
584 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddDexFileSource()
588 LOG(ERROR) << "Expected valid zip or dex file: '" << location << "'"; in AddDexFileSource()
604 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
609 LOG(ERROR) << "Invalid magic in vdex file created from " << location; in AddVdexDexFilesSource()
625 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
630 LOG(ERROR) << "No dex files in vdex file created from " << location; in AddVdexDexFilesSource()
643 LOG(ERROR) << "Provided data is shorter than dex file header. size: " in AddRawDexFileSource()
652 LOG(ERROR) << "Truncated dex file data. Data size: " << data.size() in AddRawDexFileSource()
1706 PLOG(ERROR) << "Failed to write final relative call thunks"; in VisitComplete()
1908 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
2377 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2388 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2394 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2400 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2406 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2412 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
2422 PLOG(ERROR) << "Failed to seek to oat code section. Actual: " << new_offset in WriteRodata()
2634 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteCode()
2640 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in WriteCode()
2675 LOG(ERROR) << "Failed to write boot image relocations to " << out->GetLocation(); in WriteDataBimgRelRo()
2689 LOG(ERROR) << "Failed to get oat end file offset in " << out->GetLocation(); in CheckOatSize()
2782 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation(); in WriteHeader()
2786 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteHeader()
2793 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation(); in WriteHeader()
2799 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteHeader()
2804 PLOG(ERROR) << "Failed to flush after writing oat header to " << out->GetLocation(); in WriteHeader()
2809 PLOG(ERROR) << "Failed to seek back after writing oat header to " << out->GetLocation(); in WriteHeader()
3037 PLOG(ERROR) << "Failed to write " # field " to " << out->GetLocation(); \ in WriteCode()
3108 PLOG(ERROR) << "Failed to write .data.bimg.rel.ro in " << out->GetLocation(); in WriteDataBimgRelRo()
3121 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in RecordOatDataOffset()
3184 LOG(ERROR) << "Dex file " << oat_dex_file.GetLocation() << " is too short: " in WriteDexFiles()
3212 LOG(ERROR) << "Mismatched shared data sections in raw dex files: " in WriteDexFiles()
3234 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3250 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3376 LOG(ERROR) << "Failed to extract dex file to mem map for layout: " << error_msg; in LayoutDexFile()
3390 PLOG(ERROR) << "Failed to dup dex file descriptor (" << raw_file->Fd() << ") at " << location; in LayoutDexFile()
3420 LOG(ERROR) << "Failed to open dex file for layout: " << error_msg; in LayoutDexFile()
3462 LOG(ERROR) << "Failed to extract dex file from ZIP entry: " << error_msg in WriteDexFile()
3476 PLOG(ERROR) << "Failed to copy dex file to vdex file." in WriteDexFile()
3524 LOG(ERROR) << error_msg; in OpenDexFiles()
3538 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3586 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3607 PLOG(ERROR) << "Failed to seek to TypeLookupTable section. Actual: " << actual_offset in WriteTypeLookupTables()
3649 PLOG(ERROR) << "Failed to write lookup table alignment padding." in WriteTypeLookupTables()
3661 PLOG(ERROR) << "Failed to write lookup table." in WriteTypeLookupTables()
3675 PLOG(ERROR) << "Failed to flush stream after writing type lookup tables." in WriteTypeLookupTables()
3694 PLOG(ERROR) << "Failed to seek to dex layout section offset section. Actual: " << actual_offset in WriteDexLayoutSections()
3711 PLOG(ERROR) << "Failed to write lookup table alignment padding." in WriteDexLayoutSections()
3726 PLOG(ERROR) << "Failed to write dex layout sections." in WriteDexLayoutSections()
3738 PLOG(ERROR) << "Failed to flush stream after writing type dex layout sections." in WriteDexLayoutSections()
3757 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3783 LOG(ERROR) << "Failed to mmap() vdex file tail. File: " << vdex_file->GetPath() in FinishVdexFile()
3802 LOG(ERROR) << "Failed to mmap() vdex file. File: " << vdex_file->GetPath() in FinishVdexFile()
3846 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3851 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3868 PLOG(ERROR) << "Failed to sync vdex file header " << vdex_file->GetPath(); in FinishVdexFile()
3943 PLOG(ERROR) << "Failed to write dex file location length to " << out->GetLocation(); in Write()
3949 PLOG(ERROR) << "Failed to write dex file location data to " << out->GetLocation(); in Write()
3955 PLOG(ERROR) << "Failed to write dex file location checksum to " << out->GetLocation(); in Write()
3961 PLOG(ERROR) << "Failed to write dex file offset to " << out->GetLocation(); in Write()
3967 PLOG(ERROR) << "Failed to write class offsets offset to " << out->GetLocation(); in Write()
3973 PLOG(ERROR) << "Failed to write lookup table offset to " << out->GetLocation(); in Write()
3979 PLOG(ERROR) << "Failed to write dex section layout info to " << out->GetLocation(); in Write()
3985 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
3991 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
3997 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
4007 PLOG(ERROR) << "Failed to write oat class offsets for " << GetLocation() in WriteClassOffsets()
4064 PLOG(ERROR) << "Failed to write class status to " << out->GetLocation(); in Write()
4070 PLOG(ERROR) << "Failed to write oat class type to " << out->GetLocation(); in Write()
4080 PLOG(ERROR) << "Failed to write method bitmap size to " << out->GetLocation(); in Write()
4086 PLOG(ERROR) << "Failed to write method bitmap to " << out->GetLocation(); in Write()
4093 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation(); in Write()