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