Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dcontext_record.c306 size_t total_sz, err; in sepol_context_to_string() local
315 err = safe_sum(&total_sz, sizes, ARRAY_SIZE(sizes)); in sepol_context_to_string()
321 str = (char *)malloc(total_sz); in sepol_context_to_string()
327 rc = snprintf(str, total_sz, "%s:%s:%s:%s", in sepol_context_to_string()
330 rc = snprintf(str, total_sz, "%s:%s:%s", in sepol_context_to_string()
338 if (rc < 0 || (size_t)rc >= total_sz) { in sepol_context_to_string()
/external/syslinux/efi/
Dwrapper.c56 __uint32_t total_sz = data_size; in write_header() local
65 total_sz += hdr_sz; in write_header()
/external/mmc-utils/
Dmmc_cmds.c577 unsigned long total_sz, total_gp_user_sz; in check_enhanced_area_total_limit() local
651 total_sz = get_sector_count(ext_csd) / 2; in check_enhanced_area_total_limit()
654 if (total_gp_user_sz > total_sz) { in check_enhanced_area_total_limit()
657 total_gp_user_sz, total_sz, device); in check_enhanced_area_total_limit()
/external/avb/
Davbtool573 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT,
575 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT)
859 total_sz = data_sz + struct.calcsize(ImageChunk.FORMAT)
865 total_sz))