Home
last modified time | relevance | path

Searched defs:sparse_file (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libsparse/
H A Dsparse_file.h26 struct sparse_file { struct
27 unsigned int block_size;
28 int64_t len;
29 bool verbose;
31 struct backed_block_list* backed_block_list;
32 struct output_file* out;
/aosp12/system/core/fs_mgr/libsnapshot/
H A Destimate_cow_from_nonab_ota.cpp155 std::unique_ptr<struct sparse_file, decltype(&sparse_file_destroy)> s( in OpenImage() local
H A Dmake_cow_from_ab_ota.cpp454 std::unique_ptr<struct sparse_file, decltype(&sparse_file_destroy)> s( in OpenSourceImage() local