Searched refs:hfs_get_hfsname (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c324 unicode_to_hfs_func_t hfs_get_hfsname = VCBTOHFS(vcb)->hfs_get_hfsname; local
326 error = hfs_get_hfsname(srcStr, srcLen/sizeof(UniChar), dstStr);
H A Dhfs.h264 unicode_to_hfs_func_t hfs_get_hfsname; member in struct:hfsmount
H A Dhfs_vfsops.c733 * the old hfs_get_hfsname converter in place so that
738 * hfs_get_hfsname converter and release our interest
777 * connect the new hfs_get_hfsname converter and
781 hfsmp->hfs_get_hfsname = get_hfsname_func;
1618 &hfsmp->hfs_get_hfsname);
1834 (void) hfs_getconverter(0, &hfsmp->hfs_get_unicode, &hfsmp->hfs_get_hfsname);

Completed in 107 milliseconds