Searched refs:temp_image (Results 1 – 1 of 1) sorted by relevance
178 std::optional<TemporaryFile> temp_image; in AddPartition() local185 if (!MaybeUnsparse(image_path, raw_image_fd, &temp_image)) { in AddPartition()188 source_fd = temp_image ? temp_image->fd : raw_image_fd.get(); in AddPartition()