Searched refs:sourceCurrentRef (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.c1940 FSRef sourceCurrentRef; /* FSRef to current location of source file throughout this function */ local
1954 BlockMoveData(sourceRef, &sourceCurrentRef, sizeof(FSRef));
1960 result = FSGetCatalogInfo(&sourceCurrentRef, kFSCatInfoVolume, &sourceCatalogInfo, NULL, NULL, NULL);
1979 result = FSGetCatalogInfo(&sourceCurrentRef, kGetCatInformationMask, &sourceCatalogInfo, &sourceName, NULL, &sourceParentRef);
2001 /* rename sourceCurrentRef to sourceUniqueName */
2002 result = FSRenameUnicode(&sourceCurrentRef, sourceUniqueName.length, sourceUniqueName.unicode, kTextEncodingUnknown, newSourceRef);
2004 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2016 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef);
2018 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2032 result = FSSetCatalogInfo(&sourceCurrentRef, kSetCatinformationMas
[all...]
H A DMoreFilesX.cpp1936 FSRef sourceCurrentRef; /* FSRef to current location of source file throughout this function */ local
1950 BlockMoveData(sourceRef, &sourceCurrentRef, sizeof(FSRef));
1956 result = FSGetCatalogInfo(&sourceCurrentRef, kFSCatInfoVolume, &sourceCatalogInfo, NULL, NULL, NULL);
1975 result = FSGetCatalogInfo(&sourceCurrentRef, kGetCatInformationMask, &sourceCatalogInfo, &sourceName, NULL, &sourceParentRef);
1997 /* rename sourceCurrentRef to sourceUniqueName */
1998 result = FSRenameUnicode(&sourceCurrentRef, sourceUniqueName.length, sourceUniqueName.unicode, kTextEncodingUnknown, newSourceRef);
2000 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2012 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef);
2014 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2028 result = FSSetCatalogInfo(&sourceCurrentRef, kSetCatinformationMas
[all...]

Completed in 180 milliseconds