Searched defs:destCurrentRef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c1918 FSRef destCurrentRef; /* FSRef to current location of destination file throughout this function */ local
1934 BlockMoveData(destRef, &destCurrentRef, sizeof(FSRef));
1959 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef);
1983 /* rename destCurrentRef to destUniqueName */
1984 result = FSRenameUnicode(&destCurrentRef, destUniqueName.length, destUniqueName.unicode, kTextEncodingUnknown, newDestRef);
1986 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
1998 result = FSMoveObject(&destCurrentRef, &sourceParentRef, newDestRef);
2000 BlockMoveData(newDestRef, &destCurrentRef, sizeof(FSRef));
2013 result = FSSetCatalogInfo(&destCurrentRef, kSetCatinformationMask, &sourceCatalogInfo);
2022 result = FSRenameUnicode(&destCurrentRef, sourceNam
[all...]

Completed in 54 milliseconds