Home
last modified time | relevance | path

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

/third_party/exfatprogs/lib/
Dlibexfat.c386 char *exfat_conv_volume_label(struct exfat_dentry *vol_entry) in exfat_conv_volume_label() argument
395 memcpy(disk_label, vol_entry->vol_label, sizeof(disk_label)); in exfat_conv_volume_label()
397 if (exfat_utf16_dec(disk_label, vol_entry->vol_char_cnt*2, in exfat_conv_volume_label()
/third_party/exfatprogs/include/
Dlibexfat.h156 char *exfat_conv_volume_label(struct exfat_dentry *vol_entry);