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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c1945 HFSUniStr255 destUniqueName; /* unique name given to destination file while exchanging it with source */ local
1998 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &destUniqueName);
2006 /* rename destCurrentRef to destUniqueName */
2007 result = FSRenameUnicode(&destCurrentRef, destUniqueName.length, destUniqueName.unicode, kTextEncodingUnknown, newDestRef);
2028 /* by destParentRef. The destination file is named destUniqueName and is in the */
H A DMoreFilesX.cpp1941 HFSUniStr255 destUniqueName; /* unique name given to destination file while exchanging it with source */ local
1994 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &destUniqueName);
2002 /* rename destCurrentRef to destUniqueName */
2003 result = FSRenameUnicode(&destCurrentRef, destUniqueName.length, destUniqueName.unicode, kTextEncodingUnknown, newDestRef);
2024 /* by destParentRef. The destination file is named destUniqueName and is in the */

Completed in 25 milliseconds