Searched refs:destParentRef (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.c1943 FSRef destParentRef; /* FSRef to parent directory of destination file */ local
1982 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef);
1995 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &sourceUniqueName);
1998 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &destUniqueName);
2016 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef);
2028 /* by destParentRef. The destination file is named destUniqueName and is in the */
2084 if ( noErr == FSMoveObject(&destCurrentRef, &destParentRef, newDestRef) )
H A DMoreFilesX.cpp1939 FSRef destParentRef; /* FSRef to parent directory of destination file */ local
1978 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef);
1991 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &sourceUniqueName);
1994 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &destUniqueName);
2012 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef);
2024 /* by destParentRef. The destination file is named destUniqueName and is in the */
2080 if ( noErr == FSMoveObject(&destCurrentRef, &destParentRef, newDestRef) )

Completed in 55 milliseconds