Searched refs:dstName (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h114 extern void CopyCatalogName( const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c326 CopyCatalogName(const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus) argument
332 if ( dstName != NULL )
333 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
343 BlockMoveData(srcName, dstName, length);
345 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)

Completed in 37 milliseconds