Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_read.cpp199 unsigned int chunk_hdr_sz, chunk_header_t *chunk_header, in process_chunk() argument
205 chunk_data_size = chunk_header->total_sz - chunk_hdr_sz; in process_chunk()
290 if (sparse_header.chunk_hdr_sz < sizeof(chunk_header)) { in sparse_file_read_sparse()
307 if (sparse_header.chunk_hdr_sz > CHUNK_HEADER_LEN) { in sparse_file_read_sparse()
311 lseek64(fd, sparse_header.chunk_hdr_sz - CHUNK_HEADER_LEN, SEEK_CUR); in sparse_file_read_sparse()
316 ret = process_chunk(s, fd, offset, sparse_header.chunk_hdr_sz, &chunk_header, in sparse_file_read_sparse()
424 if (sparse_header.chunk_hdr_sz < sizeof(chunk_header_t)) { in sparse_file_import()
Dsimg_dump.py83 chunk_hdr_sz = header[4]
101 if chunk_hdr_sz != 12:
103 % (me, path, chunk_hdr_sz))
Dsparse_format.h30 __le16 chunk_hdr_sz; /* 12 bytes for first revision of the file format */ member
Doutput_file.c585 .chunk_hdr_sz = CHUNK_HEADER_LEN, in output_file_init()