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