Home
last modified time | relevance | path

Searched defs:SparsePtr (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/liblp/
Dimages.h48 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; variable
/system/extras/partition_tools/
Dlpunpack.cc37 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef