Home
last modified time | relevance | path

Searched refs:raw_image_fd (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/partition_tools/
H A Dlpadd.cc177 unique_fd raw_image_fd; in AddPartition() local
180 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()