Searched refs:destName (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h127 extern void UpdateCatalogName( ConstStr31Param srcName, Str31 destName );
H A DFileMgrInternal.h202 ConstUTF8Param destName,
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c323 UpdateCatalogName(ConstStr31Param srcName, Str31 destName) argument
330 destName[0] = length; // set length byte
332 BlockMoveData(&srcName[1], &destName[1], length);
H A DFileIDsServices.c53 OSErr ExchangeFileIDs( ExtendedVCB *vcb, ConstUTF8Param srcName, ConstUTF8Param destName, HFSCatalogNodeID srcID, HFSCatalogNodeID destID, u_int32_t srcHint, u_int32_t destHint ) argument
68 err = BuildCatalogKeyUTF8(vcb, destID, destName, kUndefinedStrLen, &destKey, NULL);

Completed in 22 milliseconds