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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c233 static OSErr CopyFork( const FSRef *source,
900 osErr = CopyFork(source, dest, &dataFork, params);
902 osErr = CopyFork(source, dest, &rsrcFork, params);
905 osErr = CopyFork(source,dest, &otherForks[thisForkIndex], params);
911 // folder, the forks are opened and closed by CopyFork.
970 // length was empty, but that confused CopyFork into thinking
990 OSErr CopyFork( const FSRef *source, const FSRef *dest, const ForkTrackerPtr sourceFork, const CopyParams *params) function

Completed in 539 milliseconds