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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c338 CopyCatalogName(const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus) argument
344 if ( dstName != NULL )
345 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
355 BlockMoveData(srcName, dstName, length);
357 dstName->ustr.length = 0; // set length byte to zero (works for both unicode and pascal)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h117 extern void CopyCatalogName( const CatalogName *srcName, CatalogName *dstName, Boolean isHFSPLus);

Completed in 24 milliseconds