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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c1178 HFSUniStr255 thisForkName; local
1198 osErr = FSIterateForks(source, &iterator, &thisForkName, &thisForkSize, NULL);
1206 if ( CompareHFSUniStr255(&thisForkName, &dataFork->forkName) )
1208 else if ( CompareHFSUniStr255(&thisForkName, &rsrcFork->forkName) )
1246 BlockMoveData(&thisForkName, &otherForks[otherForksCount].forkName, sizeof(thisForkName));

Completed in 36 milliseconds