Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.h52 struct SparseWrapper { struct
53 SparseWrapper(unsigned int block_size, int64_t len) { in SparseWrapper() function
57 SparseWrapper(struct sparse_file* sf) { sparse = sf; } in SparseWrapper() argument
59 ~SparseWrapper() { in ~SparseWrapper() argument
65 const std::string Rep() { in Rep()
75 struct sparse_file* sparse;