Searched refs:chunk_hdr_sz (Results 1 – 4 of 4) sorted by relevance
/system/core/libsparse/ |
D | sparse_read.cpp | 199 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()
|
D | simg_dump.py | 83 chunk_hdr_sz = header[4] 101 if chunk_hdr_sz != 12: 103 % (me, path, chunk_hdr_sz))
|
D | sparse_format.h | 30 __le16 chunk_hdr_sz; /* 12 bytes for first revision of the file format */ member
|
D | output_file.c | 585 .chunk_hdr_sz = CHUNK_HEADER_LEN, in output_file_init()
|