Lines Matching full:to_string
136 "EMMC:" + old_file + ":" + std::to_string(old_size) + ":" + old_sha1;
141 src_file = "EMMC:" + old_file + ":" + std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
142 std::to_string(old_size + 1) + ":" + old_sha1;
147 std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
148 std::to_string(old_size) + ":" + old_sha1 + ":" +
149 std::to_string(old_size + 1) + ":" + old_sha1;
154 std::to_string(old_size + 1) + ":" + old_sha1 + ":" +
155 std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
156 std::to_string(old_size) + ":" + old_sha1;
162 std::to_string(old_size + 1) + ":" + old_sha1 + ":" +
163 std::to_string(old_size - 1) + ":" + old_sha1 + ":" +
164 std::to_string(old_size) + ":" + old_sha1 + ":" +
165 std::to_string(new_size) + ":" + new_sha1;
211 std::string recovery_img_size = std::to_string(size);
218 "EMMC:" + boot_img + ":" + std::to_string(boot_img_size) + ":" + boot_img_sha1;
298 "EMMC:" + boot_img_file + ":" + std::to_string(boot_img_size) + ":" + boot_img_sha1;
301 std::string recovery_img_size_arg = std::to_string(recovery_img_size);
336 std::string recovery_img_size = std::to_string(size);