Searched defs:sourceRef (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 995 SInt16 sourceRef; local 1023 sourceRef = 0; 1035 osErr = FSOpenFork(source, sourceFork->forkName.length, sourceFork->forkName.unicode, fsRdPerm, &sourceRef); 1083 osErr = FSReadFork(sourceRef, fsAtMark + noCacheMask, 0, bytesToReadThisTime, params->copyBuffer, NULL); 1094 if (sourceRef != 0) 1096 osErr2 = FSCloseFork(sourceRef);
|
H A D | MoreFilesX.c | 1308 const FSRef *sourceRef, 1316 result = FSGetCatalogInfo(sourceRef, kFSCatInfoSettableInfo, &catalogInfo, NULL, NULL, NULL); 1893 const FSRef *sourceRef, 1930 BlockMoveData(sourceRef, newSourceRef, sizeof(FSRef)); 1931 BlockMoveData(sourceRef, &sourceCurrentRef, sizeof(FSRef)); 1946 result = FSExchangeObjects(sourceRef, destRef); 1307 FSCopyFileMgrAttributes( const FSRef *sourceRef, const FSRef *destinationRef, Boolean copyLockBit) argument 1892 FSExchangeObjectsCompat( const FSRef *sourceRef, const FSRef *destRef, FSRef *newSourceRef, FSRef *newDestRef) argument
|
Completed in 54 milliseconds