Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libsparse/
H A Dsparse_format.h30 __le16 chunk_hdr_sz; /* 12 bytes for first revision of the file format */ member
H A Dsparse_read.cpp327 static int process_chunk(struct sparse_file* s, SparseFileSource* source, unsigned int chunk_hdr_sz, in process_chunk()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DSparseHandler.cpp35 UInt16 chunk_hdr_sz; /* 12 bytes for first revision of the file format */ member
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dsparse.rs42 pub chunk_hdr_sz: u16, field