Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dimages.h46 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; variable
47 const std::vector<SparsePtr>& device_images() const { return device_images_; } in device_images()
63 std::vector<SparsePtr> device_images_;
Dimages.cpp173 SparsePtr file(sparse_file_new(block_size_, block_device.size), sparse_file_destroy); in ImageBuilder()
452 SparsePtr source(sparse_file_import(source_fd, true, true), sparse_file_destroy); in OpenImageFile()
/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_test.cpp37 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef
46 SparsePtr file(sparse_file_new(512 /* block size */, FAKE_DATA_SIZE), sparse_file_destroy); in GeneratePartitionImage()
/system/extras/partition_tools/
Dlpadd.cc34 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef
247 SparsePtr sf(sparse_file_import(fd.get(), false, false), sparse_file_destroy); in MaybeUnsparse()
393 SparsePtr sf(sparse_file_new(sparse_block_size_, len), sparse_file_destroy); in Finalize()
Dlpunpack.cc37 using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)>; typedef
157 SparsePtr ptr(sparse_file_import(fd, false, false), sparse_file_destroy); in main()