Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.h49 struct SquashfsHeader { struct
50 uint32_t magic;
51 uint32_t block_size;
52 uint16_t compression_type;
76 const std::string& filemap, size_t size, const SquashfsHeader& header); argument