HomeSort by relevance Sort by last modified time
    Searched refs:total_sz (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/libsparse/src/
sparse_format.h 46 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member in struct:chunk_header
simg_dump.py 102 total_sz = header[3]
103 data_sz = total_sz - 12
output_file.c 355 chunk_header.total_sz = CHUNK_HEADER_LEN;
380 chunk_header.total_sz = CHUNK_HEADER_LEN + sizeof(fill_val);
416 chunk_header.total_sz = CHUNK_HEADER_LEN + rnd_up_len;
451 chunk_header.total_sz = CHUNK_HEADER_LEN + 4;
sparse_read.c 229 chunk_data_size = chunk_header->total_sz - chunk_hdr_sz;
  /system/core/libsparse/
sparse_format.h 46 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member in struct:chunk_header
simg_dump.py 102 total_sz = header[3]
103 data_sz = total_sz - 12
output_file.c 355 chunk_header.total_sz = CHUNK_HEADER_LEN;
380 chunk_header.total_sz = CHUNK_HEADER_LEN + sizeof(fill_val);
416 chunk_header.total_sz = CHUNK_HEADER_LEN + rnd_up_len;
451 chunk_header.total_sz = CHUNK_HEADER_LEN + 4;
sparse_read.c 229 chunk_data_size = chunk_header->total_sz - chunk_hdr_sz;
  /external/libsepol/src/
context_record.c 291 const int total_sz = user_sz + role_sz + type_sz + local
294 char *str = (char *)malloc(total_sz + 1);
299 rc = snprintf(str, total_sz + 1, "%s:%s:%s:%s",
301 if (rc < 0 || (rc >= total_sz + 1)) {
306 rc = snprintf(str, total_sz + 1, "%s:%s:%s",
308 if (rc < 0 || (rc >= total_sz + 1)) {
  /build/tools/releasetools/
sparse_img.py 69 total_sz = header[3]
70 data_sz = total_sz - 12

Completed in 96 milliseconds