Home
last modified time | relevance | path

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

/aosp_15_r20/external/exfatprogs/exfat2img/
H A Dexfat2img.c770 __le32 t_cc_clu_count; in restore_from_stdin() local
838 if (read_stream(in_fd, &t_cc_clu_count, EI_CC_PAYLOAD_LEN) != in restore_from_stdin()
845 cc_clu_count = le32_to_cpu(t_cc_clu_count); in restore_from_stdin()