Home
last modified time | relevance | path

Searched refs:unicode_len (Results 1 – 1 of 1) 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()