Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpadd.cc120 bool MaybeUnsparse(const std::string& file, borrowed_fd fd,
185 if (!MaybeUnsparse(image_path, raw_image_fd, &temp_image)) { in AddPartition()
227 if (!MaybeUnsparse(super_path_, super_fd_, &temp_super_, &sparse_block_size_)) { in OpenSuperFile()
244 bool SuperHelper::MaybeUnsparse(const std::string& file, borrowed_fd fd, in MaybeUnsparse() function in SuperHelper