Searched refs:image_fmt (Results 1 – 2 of 2) sorted by relevance
72 const std::string& image, int num_mb, const std::string& image_fmt) { in CreateBlankImage() argument78 if (image_fmt != "sdcard") { in CreateBlankImage()87 if (image_fmt == "ext4") { in CreateBlankImage()89 } else if (image_fmt == "f2fs") { in CreateBlankImage()91 cuttlefish::execute({make_f2fs_path, "-t", image_fmt, image, "-g", "android"}); in CreateBlankImage()92 } else if (image_fmt == "sdcard") { in CreateBlankImage()121 } else if (image_fmt != "none") { in CreateBlankImage()122 LOG(WARNING) << "Unknown image format '" << image_fmt in CreateBlankImage()
19 const std::string& image, int num_mb, const std::string& image_fmt);