Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c744 int unicode_len; in ntfs_hiberfile_open() local
758 unicode_len = ntfs_mbstoucs(hiberfile, &unicode); in ntfs_hiberfile_open()
759 if (unicode_len < 0) { in ntfs_hiberfile_open()
764 inode = ntfs_inode_lookup_by_name(ni_root, unicode, unicode_len); in ntfs_hiberfile_open()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h566 __u16 unicode_len; member
Dprobe.c1342 label_len = blkid_be16(key->unicode_len) * 2; in probe_hfsplus()