Searched refs:destCurrentRef (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.c1941 FSRef destCurrentRef; /* FSRef to current location of destination file throughout this function */ local
1957 BlockMoveData(destRef, &destCurrentRef, sizeof(FSRef));
1982 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef);
2006 /* rename destCurrentRef to destUniqueName */
2007 result = FSRenameUnicode(&destCurrentRef, destUniqueName.length, destUniqueName.unicode, kTextEncodingUnknown, newDestRef);
2009 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
2021 result = FSMoveObject(&destCurrentRef, &sourceParentRef, newDestRef);
2023 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
2036 result = FSSetCatalogInfo(&destCurrentRef, kSetCatinformationMask, &sourceCatalogInfo);
2045 result = FSRenameUnicode(&destCurrentRef, sourceNam
[all...]
H A DMoreFilesX.cpp1937 FSRef destCurrentRef; /* FSRef to current location of destination file throughout this function */ local
1953 BlockMoveData(destRef, &destCurrentRef, sizeof(FSRef));
1978 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef);
2002 /* rename destCurrentRef to destUniqueName */
2003 result = FSRenameUnicode(&destCurrentRef, destUniqueName.length, destUniqueName.unicode, kTextEncodingUnknown, newDestRef);
2005 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
2017 result = FSMoveObject(&destCurrentRef, &sourceParentRef, newDestRef);
2019 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
2032 result = FSSetCatalogInfo(&destCurrentRef, kSetCatinformationMask, &sourceCatalogInfo);
2041 result = FSRenameUnicode(&destCurrentRef, sourceNam
[all...]

Completed in 111 milliseconds