Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/blkid/
Dprobe.c1524 unsigned char utf8_label[128]; in probe_exfat() local
1525 unicode_16le_to_utf8(utf8_label, sizeof(utf8_label), label->name, label->length * 2); in probe_exfat()
1526 blkid_set_tag(probe->dev, "LABEL", (char *) utf8_label, 0); in probe_exfat()