Lines Matching refs:ErrorPrintf

195   std::string ErrorPrintf(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
438 std::string OatFileBase::ErrorPrintf(const char* fmt, ...) { in ErrorPrintf() function in art::OatFileBase
456 *error_msg = ErrorPrintf("%s #%zd for '%s' truncated, missing %s bss mapping offset", in ReadIndexBssMapping()
476 *error_msg = ErrorPrintf("%s #%zu for '%s' with unaligned or " in ReadIndexBssMapping()
629 *error_msg = ErrorPrintf("invalid oat header: %s", cause.c_str()); in Setup()
636 *error_msg = ErrorPrintf("truncated oat header, size = %zu < %zu + %zu", in Setup()
645 *error_msg = ErrorPrintf("invalid oat dex files offset: %zu is not in [%zu, %zu]", in Setup()
659 *error_msg = ErrorPrintf( in Setup()
676 *error_msg = ErrorPrintf( in Setup()
688 *error_msg = ErrorPrintf( in Setup()
698 *error_msg = ErrorPrintf("unexpected .bss gap before 'oatbssmethods': begin = %p, methods = %p", in Setup()
714 *error_msg = ErrorPrintf("OatDexFile #%zu truncated after dex file location size", i); in Setup()
718 *error_msg = ErrorPrintf("OatDexFile #%zu with empty location name", i); in Setup()
722 *error_msg = ErrorPrintf("OatDexFile #%zu with truncated dex file location", i); in Setup()
737 *error_msg = ErrorPrintf("unexpected %s location '%s'", in Setup()
747 *error_msg = ErrorPrintf( in Setup()
762 *error_msg = ErrorPrintf("unexpected multidex location '%s', unrelated to '%s'", in Setup()
783 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' truncated after dex file magic", in Setup()
791 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' truncated after dex file checksum", in Setup()
799 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' truncated after dex file sha1", in Setup()
807 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' truncated after dex file offsets", in Setup()
813 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with dex file offset %u > %zu", in Setup()
825 *error_msg = ErrorPrintf("unsupported uncompressed-dex-file for dex file %zu (%s)", in Setup()
872 *error_msg = ErrorPrintf("expected %s%zu uncompressed dex files, but found %zu in '%s'", in Setup()
888 *error_msg = ErrorPrintf("dex file checksum 0x%08x does not match" in Setup()
901 *error_msg = ErrorPrintf("unsupported embedded dex-file for dex file %zu (%s)", in Setup()
907 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with dex file " in Setup()
922 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with invalid dex file magic", in Setup()
928 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with invalid dex file version", in Setup()
935 *error_msg = ErrorPrintf( in Setup()
947 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' truncated after class offsets offset", in Setup()
954 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with truncated " in Setup()
964 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with unaligned " in Setup()
976 *error_msg = ErrorPrintf("OatDexFile #%zd for '%s' truncated after lookup table offset", in Setup()
988 *error_msg = ErrorPrintf("OatDexFile #%zu for '%s' with truncated type lookup table, " in Setup()
1000 *error_msg = ErrorPrintf( in Setup()
1049 *error_msg = ErrorPrintf("invalid bcp info offset: %zu is not in [%zu, %zu]", in Setup()
1059 *error_msg = ErrorPrintf("failed to read the number of BCP dex files"); in Setup()
1087 *error_msg = ErrorPrintf("only %zu primary dex locations, expected %zu", in Setup()
1108 *error_msg = ErrorPrintf(".data.img.rel.ro section present without boot image dependency."); in Setup()