Lines Matching refs:StringPrintf
29 #include "android-base/stringprintf.h"
55 using android::base::StringPrintf;
787 os_ << StringPrintf(" %zu-%zu: ", offset, offset + size - 1)
869 return StringPrintf("%" PRIx8, *bytes);
871 return StringPrintf("%" PRIx16, *reinterpret_cast<const uint16_t*>(bytes));
896 return StringPrintf("%" PRIx64, intval);
1137 StringPrintf("/proc/%ld", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1177 StringPrintf("/proc/%ld/mem", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1193 StringPrintf("/proc/%ld/mem", static_cast<long>(zygote_diff_pid_)); // NOLINT [runtime/int]
1208 std::string pagemap_file_name = StringPrintf(
1486 *error_msg = StringPrintf("Failed to read the virtual page index entry from %s",
1543 *error_msg = StringPrintf("Failed to read the page flags from %s",
1552 *error_msg = StringPrintf("Failed to read the page count from %s",
1715 *error_msg = StringPrintf("Failed to check process status: %s", strerror(errno));