Searched defs:forkDestRefNum (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 147 SInt16 forkDestRefNum; member in struct:ForkTracker 874 dataFork.forkDestRefNum = 0; 875 rsrcFork.forkDestRefNum = 0; 913 OSErr osErr2 = CloseAllForks(dataFork.forkDestRefNum, rsrcFork.forkDestRefNum, otherForks, otherForksCount); 948 osErr = FSOpenFork(dest, dataFork->forkName.length, dataFork->forkName.unicode, fsWrPerm, &dataFork->forkDestRefNum); 950 osErr = FSOpenFork(dest, rsrcFork->forkName.length, rsrcFork->forkName.unicode, fsWrPerm, &rsrcFork->forkDestRefNum); 975 osErr = FSOpenFork(dest, otherForks[thisForkIndex].forkName.length, otherForks[thisForkIndex].forkName.unicode, fsWrPerm, &otherForks[thisForkIndex].forkDestRefNum); 987 // A refnum for the destination fork may be supplied in forkDestRefNum. 988 // If forkDestRefNum i [all...] |
Completed in 71 milliseconds