Searched defs:destRef (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 158 FSRef destRef; /* FSRef to the destination directory */ member in struct:FSCopyObjectGlobals 627 theGlobals.destRef = *destDir; 709 theGlobals->result = FSCreateDirectoryUnicode( &theGlobals->destRef, filterPtr->fileName.length, 744 theGlobals->destRef = newDirRef; 996 SInt16 destRef; local 1024 destRef = 0; 1029 osErr = FSOpenFork(dest, sourceFork->forkName.length, sourceFork->forkName.unicode, fsWrPerm, &destRef); 1031 destRef = sourceFork->forkDestRefNum; 1046 osErr = FSAllocateFork(destRef, kFSAllocNoRoundUpMask, fsFromStart, 0, sourceFork->forkSize, NULL); 1085 osErr = FSWriteFork(destRef, fsAtMar [all...] |
H A D | MoreFilesX.c | 1894 const FSRef *destRef, 1933 BlockMoveData(destRef, newDestRef, sizeof(FSRef)); 1934 BlockMoveData(destRef, &destCurrentRef, sizeof(FSRef)); 1946 result = FSExchangeObjects(sourceRef, destRef); 1892 FSExchangeObjectsCompat( const FSRef *sourceRef, const FSRef *destRef, FSRef *newSourceRef, FSRef *newDestRef) argument
|
Completed in 50 milliseconds