Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fastboot/
H A Dutil.h14 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; variable
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dimages.h46 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; variable
/aosp_15_r20/system/core/fs_mgr/libvbmeta/
H A Dsuper_vbmeta_test.cpp37 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef
/aosp_15_r20/system/extras/partition_tools/
H A Dlpunpack.cc39 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef
H A Dlpadd.cc35 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef