Home
last modified time | relevance | path

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

/system/ulib/blobfs/include/blobfs/
A Dhost.h42 struct MerkleInfo { struct
44 digest::Digest digest;
45 fbl::Array<uint8_t> merkle;
48 fbl::String path;
49 uint64_t length = 0;
52 fbl::unique_ptr<uint8_t[]> compressed_data;
53 uint64_t compressed_length = 0;
54 bool compressed = false;
56 uint64_t GetDataBlocks() const { in GetDataBlocks()

Completed in 5 milliseconds