Lines Matching refs:StringPrintf

218   arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));  in GenerateImage()
336 *error_msg = StringPrintf("Unable to read image header for %s", filename); in ReadSpecificImageHeader()
368 *error_msg = StringPrintf("Unable to read image header for %s at %s", in ReadImageHeader()
373 *error_msg = StringPrintf("Unable to read image header for %s at %s", in ReadImageHeader()
378 *error_msg = StringPrintf("Unable to find a relocated version of image file %s", in ReadImageHeader()
384 *error_msg = StringPrintf("Unable to find a relocated version of image file %s", in ReadImageHeader()
413 *error_msg = StringPrintf("Unable to find image file for %s", image_location); in ReadImageHeader()
464 *error_msg = StringPrintf("Low-memory situation: only %4.2f megabytes available after image" in CheckSpace()
500 *error_msg = StringPrintf("Requiring relocation for image '%s' at '%s' but we do not have " in Create()
532 *error_msg = StringPrintf("Unable to relocate image '%s' from '%s' to '%s': %s", in Create()
590 *error_msg = StringPrintf("Attempted to use relocated version of %s at %s generated from %s " in Create()
598 *error_msg = StringPrintf("Failed to load /system image '%s': %s", in Create()
611 *error_msg = StringPrintf("No place to put generated image."); in Create()
616 *error_msg = StringPrintf("Failed to generate image '%s': %s", in Create()
640 *error_msg = StringPrintf("Failed to load generated image '%s': %s", in Create()
674 *error_msg = StringPrintf("Failed to open '%s'", image_filename); in Init()
680 *error_msg = StringPrintf("Invalid image header in '%s'", image_filename); in Init()
686 *error_msg = StringPrintf("Image file too small for image heap: %" PRIu64 " vs. %zu.", in Init()
705 *error_msg = StringPrintf( in Init()
726 *error_msg = StringPrintf("Failed to map image bitmap: %s", error_msg->c_str()); in Init()
730 std::string bitmap_name(StringPrintf("imagespace %s live-bitmap %u", image_filename, in Init()
737 *error_msg = StringPrintf("Could not create bitmap '%s'", bitmap_name.c_str()); in Init()
797 *error_msg = StringPrintf("Failed to open oat file '%s' referenced from image %s: %s", in OpenOatFile()
804 *error_msg = StringPrintf("Failed to match oat file checksum 0x%x to expected oat checksum 0x%x" in OpenOatFile()
812 *error_msg = StringPrintf("Failed to match oat file patch delta %d to expected patch delta %d " in OpenOatFile()
826 *error_msg = StringPrintf("Failed to get checksum of dex file '%s' referenced by image %s: " in ValidateOatFile()
831 *error_msg = StringPrintf("ValidateOatFile found checksum mismatch between oat file '%s' and " in ValidateOatFile()