Lines Matching full:c_str
106 printf(" %d: \"%s\"\n", i, config_.image_names[i].c_str());
113 it->first.c_str(),
114 it->second.filename.c_str(),
123 printf(" \"%s\":\n", it->first.c_str());
127 it->second.image_names[k].c_str(),
196 gotversion.c_str());
394 config_.image_names[i].c_str(),
395 it->second.filename.c_str());
397 const string &content = read_image_file(it->second.filename.c_str());
401 identify_image_type(content.c_str(),
404 error("Unsupported image format in %s\n", it->second.filename.c_str());
418 if (EFI_SUCCESS != EfiCompress((uint8_t *)content.c_str(), tmpsize,
524 it->first.c_str(),
525 it->second.filename.c_str(),
561 error("Invalid image name \"%s\"\n", screen.image_names[k].c_str());
565 screen.image_names[k].c_str(),
625 int r = fwrite(bmpblock_.c_str(), bmpblock_.size(), 1, fp);