Home
last modified time | relevance | path

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

/third_party/exfatprogs/lib/
Dlibexfat.c91 bool is_boot_sec, __le32 *checksum) in boot_calc_checksum() argument
95 if (is_boot_sec) { in boot_calc_checksum()
572 bool is_boot_sec = false; in exfat_update_boot_checksum() local
582 is_boot_sec = true; in exfat_update_boot_checksum()
584 boot_calc_checksum(buf, bd->sector_size, is_boot_sec, in exfat_update_boot_checksum()
/third_party/exfatprogs/include/
Dlibexfat.h90 bool is_boot_sec, __le32 *checksum);