Lines Matching refs:StringPrintf

144     *error_msg = StringPrintf("Failed to open oat filename for reading: %s", strerror(errno));  in Open()
228 *error_msg = StringPrintf("Failed to find absolute path for '%s'", elf_filename.c_str()); in Dlopen()
239 *error_msg = StringPrintf("Failed to dlopen '%s': %s", elf_filename.c_str(), dlerror()); in Dlopen()
244 *error_msg = StringPrintf("Failed to find oatdata symbol in '%s': %s", elf_filename.c_str(), in Dlopen()
250 *error_msg = StringPrintf("Failed to find oatdata symbol at expected address: " in Dlopen()
257 *error_msg = StringPrintf("Failed to find oatlastword symbol in '%s': %s", elf_filename.c_str(), in Dlopen()
272 *error_msg = StringPrintf("Failed to find oatbasslastword symbol in '%s'", in Dlopen()
343 *error_msg = StringPrintf("Failed to find oatdata symbol in '%s'", file->GetPath().c_str()); in ElfFileOpen()
348 *error_msg = StringPrintf("Failed to find oatdata symbol at expected address: " in ElfFileOpen()
355 *error_msg = StringPrintf("Failed to find oatlastword symbol in '%s'", file->GetPath().c_str()); in ElfFileOpen()
369 *error_msg = StringPrintf("Failed to find oatbasslastword symbol in '%s'", in ElfFileOpen()
383 *error_msg = StringPrintf("Invalid oat header for '%s': %s", GetLocation().c_str(), in Setup()
390 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str()); in Setup()
396 *error_msg = StringPrintf("In oat file '%s' found truncated variable-size data: " in Setup()
408 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd with empty location name", in Setup()
414 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd truncated after dex file " in Setup()
422 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd with truncated dex file " in Setup()
434 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' truncated after " in Setup()
442 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with zero dex " in Setup()
447 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with dex file " in Setup()
454 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' truncated " in Setup()
462 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with invalid " in Setup()
468 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with invalid " in Setup()
478 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with truncated " in Setup()
582 checksum = StringPrintf("0x%08x", *dex_location_checksum); in GetOatDexFile()
791 *msg = StringPrintf("Odd number of elements in dependency list %s", dex_dependencies); in CheckStaticDexFileDependencies()
801 *msg = StringPrintf("Conversion error for %s", checksum.c_str()); in CheckStaticDexFileDependencies()
811 *msg = StringPrintf("Checksums don't match for %s: %" PRId64 " vs %u", in CheckStaticDexFileDependencies()
818 *msg = StringPrintf("Could not retrieve checksum for %s: %s", location.c_str(), in CheckStaticDexFileDependencies()