Searched refs:raw_image_fd (Results 1 – 1 of 1) sorted by relevance
177 unique_fd raw_image_fd; in AddPartition() local180 raw_image_fd.reset(open(image_path.c_str(), O_RDONLY | O_CLOEXEC)); in AddPartition()181 if (raw_image_fd < 0) { in AddPartition()185 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()