Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dunistr.h67 extern ntfschar *ntfs_str2ucs(const char *s, int *len);
/third_party/ntfs-3g/ntfsprogs/
Dntfscp.c1052 attr_name = ntfs_str2ucs(opts.attr_name, &attr_name_len); in main()
Dmkntfs.c1448 uname = ntfs_str2ucs(name, &uname_len); in insert_positioned_attr_in_mft_record()
1639 uname = ntfs_str2ucs(name, &uname_len); in insert_non_resident_attr_in_mft_record()
1826 uname = ntfs_str2ucs(name, &uname_len); in insert_resident_attr_in_mft_record()
2438 uname = ntfs_str2ucs(name, &uname_len); in upgrade_to_large_index()
Dntfsresize.c2587 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) { in lookup_data_attr()
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c1442 ntfschar *ntfs_str2ucs(const char *s, int *len) function
Dinode.c1438 if ((ustr = ntfs_str2ucs("$Bad", &len)) == NULL) { in ntfs_inode_badclus_bad()