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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c109 short destinationVRefNum; /* the destination vRefNum */ member in struct:EnumerateGlobals
318 theGlobals->error = DirCreate(theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName, &newDirID);
332 (void) DTCopyComment(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL);
336 theGlobals->error = CopyFileMgrAttributes(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL, true);
345 theGlobals->destinationVRefNum, newDirID, NULL);
362 theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName);
385 theGlobals->destinationVRefNum,
400 theGlobals->destinationVRefNum, dstDirID, NULL);
728 theGlobals.destinationVRefNum = dstVRefNum; /* so we can get to it always */

Completed in 136 milliseconds