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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c1895 FSRef *newSourceRef,
1927 require_action((NULL != newSourceRef) && (NULL != newDestRef), BadParameter, result = paramErr);
1930 BlockMoveData(sourceRef, newSourceRef, sizeof(FSRef));
1979 result = FSRenameUnicode(&sourceCurrentRef, sourceUniqueName.length, sourceUniqueName.unicode, kTextEncodingUnknown, newSourceRef);
1981 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
1993 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef);
1995 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2017 result = FSRenameUnicode(&sourceCurrentRef, destName.length, destName.unicode, destCatalogInfo.textEncodingHint, newSourceRef);
2019 BlockMoveData(newSourceRef, &sourceCurrentRef, sizeof(FSRef));
2025 /* we're done with no errors, so swap newSourceRef an
1892 FSExchangeObjectsCompat( const FSRef *sourceRef, const FSRef *destRef, FSRef *newSourceRef, FSRef *newDestRef) argument
[all...]

Completed in 37 milliseconds