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/
H A Dunistr.h67 extern ntfschar *ntfs_str2ucs(const char *s, int *len);
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c1052 attr_name = ntfs_str2ucs(opts.attr_name, &attr_name_len); in main()
H A 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()
H A Dntfsresize.c2587 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) { in lookup_data_attr()
/third_party/ntfs-3g/libntfs-3g/
H A Dinode.c1438 if ((ustr = ntfs_str2ucs("$Bad", &len)) == NULL) { in ntfs_inode_badclus_bad()
H A Dunistr.c1426 * ntfs_str2ucs - convert a string to a valid NTFS file name
1442 ntfschar *ntfs_str2ucs(const char *s, int *len) function
1463 * ntfs_ucsfree - free memory allocated by ntfs_str2ucs()
1466 * Free memory at @ucs and which was allocated by ntfs_str2ucs.

Completed in 17 milliseconds